Procedure FFillBack returns the current fill background color. RGB values are in the range of 0~65535.
PROCEDURE FFillBack(
VAR red : LONGINT;
VAR green : LONGINT;
VAR blue : LONGINT);def vs.FFillBack():
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. |
FFillBack(redValue,greenValue,blueValue);redValue,greenValue,blueValue = vs.FFillBack()VS Functions: RGBToColorIndex | ColorIndexToRGB
Availability: from All Versions