|
ColorToRGB(TColor)
|
Converts VCL TColor to a TRGB
|
|
DirectionGradient(TCanvas,TRect,TCanvasColor[],TGradientDirection,Integer)
|
Paints a rectangular portion of the canvas with a linear gradient specified by the colors array
Note
|
LineSize and Colors more than 2 are ignored for diagonal gradients
|
|
|
DrawShape(TCanvas,TRect,TImageList,Integer,TRSShapeStyle,TRSShapeStyle,Boolean,TCanvasColor,TCanvasColor,Integer)
|
Overloaded. Draws the specified Shape to the canvas.
|
|
DrawShape(TCanvas,TRect,TImageList,Integer,TRSShapeStyle,TRSShapeStyle,Boolean,TColor,TColor,Integer)
|
Represents method DrawShape(TCanvas,TRect,TImageList,Integer,TRSShapeStyle,TRSShapeStyle,Boolean,TColor,TColor,Integer).
|
|
DrawTextLabel(TCanvas,string,Cardinal,TRect)
|
Draws the text label in the input rectangle.
|
|
GradientFill(HDC,PTriVertex,ULONG,Pointer,ULONG,ULONG)
|
Fills the specified shape with a gradient
|
|
InterpolateColor(TColor,TColor,single)
|
Returns a color that is an interpolation between the two input colors. The Frac parameters specifies the interpolation point (0 = Color1, 1 = Color2). Any value between 0 and 1 is a mixture of the two colors
|
|
PaletteEntriesToRGBQuads(TPaletteEntries)
|
Convert a table of palette entries to TRGBQuads
|
|
PaletteEntryToRGBQuad(TPaletteEntry)
|
Convert a palette entry to TRGBQuad
|
|
RGBQuadsToPaletteEntries(TRGBQuads)
|
Convert a table of RGB quads to palette entries.
|
|
RGBQuadToPaletteEntry(TRGBQuad)
|
Convert a RGB quad to a palette entry
|
|
RGBToColor(TRGB)
|
Converts TRGB color to VCL TColor
|
|
RotateFont(TFont,Single)
|
Rotates the VCL font by the Angle degrees.
|