GraphUtil
Contents |
Delphi Information
Array
| TColorArray |
Array of colors. |
Const
| Constants |
Enum
| TArrowType |
Specifies the arrow type. |
| TColorArraySortType |
Specifies the color sort type. |
| TGradientDirection |
Specifies the gradient direction. |
| TScrollDirection |
Specifies the scroll direction. |
Function
| ColorAdjustLuma |
Returns a TColor with luminance changed by n factor. |
| ColorHLSToRGB |
Returns a converted color from HLS to RGB. |
| 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 |
Draws a check on a TCanvas. |
| DrawChevron |
Draws a chevron on a TCanvas. |
| DrawTransparentBitmap |
Draws a transparent bitmap. |
| GetHighLightColor |
Returns the highlight color. |
| GetShadowColor |
Returns the shadow color. |
| GradientFillCanvas |
Fills a TCanvas with a gradient. |
| 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. |
| 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. |
C++ Information
Enum
| TArrowType |
Specifies the arrow type. |
| TColorArraySortType |
Specifies the color sort type. |
| TGradientDirection |
Specifies the gradient direction. |
| TScrollDirection |
Specifies the scroll direction. |
Function
| ColorAdjustLuma |
Returns a TColor with luminance changed by n factor. |
| ColorHLSToRGB |
Returns a converted color from HLS to RGB. |
| 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 |
Draws a check on a TCanvas. |
| DrawChevron |
Draws a chevron on a TCanvas. |
| DrawTransparentBitmap |
Draws a transparent bitmap. |
| GetHighLightColor |
Returns the highlight color. |
| GetShadowColor |
Returns the shadow color. |
| GradientFillCanvas |
Fills a TCanvas with a gradient. |
| 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. |
| 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. |
Typedef
| TColorArray |
Array of colors. |
Variable
| WebNamedColors |
Stores the web named colors. |