TScRGBColor Record
Implements a simple representation of a color in scRGB colorspace. Components are doubles going from 0 to 1.
Syntax
Unit: FlexCel.Core
TScRGBColor = record;
Methods
Operators
Properties
| Name |
Description |
| ScR |
ScRed component. (between 0 and 1) |
| ScG |
ScGreen component. (between 0 and 1) |
| ScB |
ScBlue component. (between 0 and 1) |
| R |
Red component in the RGB space. (0-255) |
| G |
Green component in the RGB space. (0-255) |
| B |
Blue component in the RGB space. (0-255) |
| Empty |
Returns an empty color.
|