Sets the value for the Color property.
Source position: graphics.pp line 546
protected procedure TFont.SetColor( |
const NewColor: TColor; |
const NewFPColor: TFPColor |
); virtual; |
Value: TColor |
); |
NewColor |
|
New value for the property. |
NewFPColor |
|
New property value as a TFPColor type. |
Value |
|
New value for the property. |
An overloaded variant of the method handles converting the TColor value to the TFPColor values used in ancestor class.
|
Color used to render text using the font. |
| Version 4.4 | Generated 2025-11-08 | Home |