JVCL Help:TJvColorSpace.ConvertToColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorSpace.ConvertToColor Method
[+] TJvColorSpace Methods
[+] TJvColorSpace Properties
Search in JVCL Help
Search in all projectsSummary
Converts a color of this color space to RGB.
Pascal
functionConvertToColor(AColor: TJvFullColor): TColor; virtual;
Parameters
Parameters | Description |
AColor: TJvFullColor | TJvFullColor to be converted. |
Return Value
The RGB value that describes the same color.
Description
This function converts the color given as parameter to RGB. As implemented in TJvColorSpace, ConvertToColor does nothing, you have to use a valid color space to make conversions.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page