ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image variable>.InvertColor (Function)
Inverts the colors in an Image variable.
<WDPic variable>.InvertColor (Function)
Inverts the colors of a WDPic variable.
<picLayer variable>.InvertColor (Function)
Inverts the colors of a picLayer variable.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
grSurfaceDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grSurfaceAltitudeColor.
ColorPalette (Function)
Returns a color found in the current palette.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
<Chart>.ScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
<Chart>.SunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
<Chart>.SurfaceDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grSurfaceAltitudeColor.
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
SysColorRes (Function)
Returns the resolution of the screen in number of colors.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
HSL (Function)
Creates a color from its hue, saturation and lightness.
SysColor (Function)
Identifies or modifies the color of a Windows element.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
TitleColor (Property)
The TitleColor property is used to: get the text color of a column title in a Table or TreeView Table control. set the text color of the title of one or all columns in a Table or TreeView Table control....