TUIColor Record
Represents a color used to draw in a canvas (gdi+, wpf, etc) in a way that is independent of the drawing framework.
Syntax
Unit: FlexCel.Core
TUIColor = record;
Methods
Operators
Properties
| Name |
Description |
| A |
Alpha component, between 0 and 255.
|
| R |
Red component, between 0 and 255.
|
| G |
Green component, between 0 and 255 |
| B |
Blue component, between 0 and 255 |
| IsEmpty |
Returns true if this color is the same as Empty |
| IsNamedColor |
This method returns always false, TUIColor doesn't support named colors.
|