Procedure FFillFore returns the current fill foreground color. RGB values are in the range of 0~65535.
PROCEDURE FFillFore(
VAR red : LONGINT;
VAR green : LONGINT;
VAR blue : LONGINT);def vs.FFillFore():
return (red, green, blue)| Name | Type | Description |
|---|---|---|
| red | LONGINT | Returns RGB color component value. |
| green | LONGINT | Returns RGB color component value. |
| blue | LONGINT | Returns RGB color component value. |
FFillFore(redValue,greenValue,blueValue);redValue,greenValue,blueValue = vs.FFillFore()VS Functions: RGBToColorIndex | ColorIndexToRGB
Availability: from All Versions