JVCL Help:ColorSpaceToString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Get a string describing the color space.

run\JvFullColorCtrls.pas


Pascal

 run\JvFullColorCtrls.pas
 functionColorSpaceToString(AColorSpace: TJvColorSpace; ItemFormat: TJvFullColorSpaceFormat): string;


Parameters

Parameters Description
AColorSpace: TJvColorSpace Color space used
ItemFormat: TJvFullColorSpaceFormat Format of the output

run\JvFullColorCtrls.pas


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)'.

run\JvFullColorCtrls.pas


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