JVCL Help:ColorSpaceToString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ColorSpaceToString function
[+] JvFullColorCtrls.pas Functions
Search in JVCL Help
Search in all projectsSummary
Get a string describing the color space.
Pascal
run\JvFullColorCtrls.pas
functionColorSpaceToString(AColorSpace: TJvColorSpace; ItemFormat: TJvFullColorSpaceFormat): string;
Parameters
Parameters | Description |
AColorSpace: TJvColorSpace | Color space used |
ItemFormat: TJvFullColorSpaceFormat | Format of the output |
Description
if ItemFormat is cfName then the result is the Color space description (ie: 'True Color'). if ItemFormat is cfShort then the result is the Color space short name (ie: 'RGB'). if ItemFormat is cfBoth the result is 'description (short name)'.
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