Vcl.GraphUtil

From RAD Studio API Documentation
Jump to: navigation, search


Routines

CheckAlpha
ColorAdjustLumaReturns a TColor with luminance changed by n factor.
ColorBlendRGBReturns the blending of two TColors in RGB space.
ColorHLSToRGBReturns a converted color from HLS to RGB.
ColorIsBright
ColorRGBToHLSReturns a converted color from RGB to HLS.
ColorToWebColorNameReturns the web color name representing the color given as the parameter.
ColorToWebColorStrReturns the web color name in the form of a string.
DrawArrowDraws an arrow on a TCanvas.
DrawCheck (deprecated)Draws a check on a TCanvas.
DrawChevronDraws a chevron on a TCanvas.
DrawTransparentBitmapDraws a transparent bitmap.
FillRectAlpha
GetHighLightColorReturns the highlight color.
GetRGB
GetShadowColorReturns the shadow color.
GradientFillCanvasFills a TCanvas with a gradient.
InitAlpha
LoadCompressedResourceBitmapReturns a Bitmap loaded from a compressed resource.
RGBToWebColorNameReturns the web color name representing the color given as the parameter.
RGBToWebColorStrReturns a string representing the web color name.
ScaleImageScales a bitmap.
SetPreMutipliedAlpha
SortColorArraySorts a TColorArray.
SplitTransparentBitmapReturns a bitmap representing the cutout of another bitmap.
WebColorNameToColorReturns the TColor from a web color name.
WebColorStrToColorReturns the TColor from a hex color string.
WebColorToRGBReturns the RGB color from a web color.

Types

TArrowTypeSpecifies the arrow type.
TColorArrayArray of colors.
TColorArraySortTypeSpecifies the color sort type.
TGradientDirectionSpecifies the gradient direction.
TScrollDirectionSpecifies the scroll direction.
Vcl_Graphutil

Variables

WebNamedColorsStores the web named colors.

Constants

WebNamedColorsCountWebNamedColorsCount: Integer = $8A;