| |
ColorPalette | Returns a color found in the current palette. |
Versions 09 and laterdArc New in version 09dArc dArc | Draws an arc of circle or an arc of ellipse: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dChord | Draws the chord of a circle (intersection between an ellipse and a straight line): - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dCircle | Draws a circle or an ellipse: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
Versions 09 and laterdLine dLine | Draws a line: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dPixelColor | Identifies the color of a pixel found: |
dPolygon | Draws a polygon: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dRectangle | Draws a rectangle: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dRoundedRectangle | Draws a rounded rectangle:- in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
dSlice | Draws a circle section or an ellipse section: - in an Image control,
- in an Image variable,
- in a WDPic variable (on the background layer),
- in a picLayer variable.
|
Versions 10 and laterHSL New in version 10HSL HSL | Creates a color from its hue, saturation and lightness. |
Versions 09 and laterRGB New in version 09RGB RGB | Defines a color from its Red, Green and Blue components. |