Vcl.GraphUtil
Contents
Routines
| CheckAlpha | |
| ColorAdjustLuma | Returns a TColor with luminance changed by n factor. | 
| ColorBlendRGB | Returns the blending of two TColors in RGB space. | 
| ColorHLSToRGB | Returns a converted color from HLS to RGB. | 
| ColorIsBright | |
| ColorRGBToHLS | Returns a converted color from RGB to HLS. | 
| ColorToWebColorName | Returns the web color name representing the color given as the parameter. | 
| ColorToWebColorStr | Returns the web color name in the form of a string. | 
| DrawArrow | Draws an arrow on a TCanvas. | 
| DrawCheck (deprecated) | Draws a check on a TCanvas. | 
| DrawChevron | Draws a chevron on a TCanvas. | 
| DrawCloseIcon | |
| DrawMaximizeIcon | |
| DrawMenuIcon | |
| DrawMinimizeIcon | |
| DrawRestoreIcon | |
| DrawTransparentBitmap | Draws a transparent bitmap. | 
| FillRectAlpha | |
| GetHighLightColor | Returns the highlight color. | 
| GetRGB | |
| GetShadowColor | Returns the shadow color. | 
| GradientFillCanvas | Fills a TCanvas with a gradient. | 
| InitAlpha | |
| LoadCompressedResourceBitmap | Returns a Bitmap loaded from a compressed resource. | 
| RGBToWebColorName | Returns the web color name representing the color given as the parameter. | 
| RGBToWebColorStr | Returns a string representing the web color name. | 
| ScaleImage | Scales a bitmap. | 
| SetPreMutipliedAlpha | |
| SetPreMutipliedColor | |
| SortColorArray | Sorts a TColorArray. | 
| SplitTransparentBitmap | Returns a bitmap representing the cutout of another bitmap. | 
| WebColorNameToColor | Returns the TColor from a web color name. | 
| WebColorStrToColor | Returns the TColor from a hex color string. | 
| WebColorToRGB | Returns the RGB color from a web color. | 
Types
| TArrowType | Specifies the arrow type. | 
| TColorArray | Array of colors. | 
| TColorArraySortType | Specifies the color sort type. | 
| TGradientDirection | Specifies the gradient direction. | 
| TScrollDirection | Specifies the scroll direction. | 
| Vcl_Graphutil | 
Variables
| WebNamedColors | Stores the web named colors. | 
Constants
| WebNamedColorsCount | WebNamedColorsCount: Integer = $8A; |