JVCL Help:TJvColorSpace.ConvertFromColor
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvColorSpace.ConvertFromColor Method
[+] TJvColorSpace Methods
[+] TJvColorSpace Properties
Search in JVCL Help
Search in all projectsSummary
Converts an RGB value to this color space.
Pascal
functionConvertFromColor(AColor: TColor): TJvFullColor; virtual;
Parameters
Parameters | Description |
AColor: TColor | RGB value to be converted. |
Return Value
The same color in this color space.
Description
This function converts the color given as parameter from RGB to this color space. As implemented in TJvColorSpace, ConvertFromColor 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