JVCL Help:AxisConfigToString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: AxisConfigToString function
[+] JvFullColorCtrls.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts an axis config to a string given a colorspace.
Pascal
run\JvFullColorCtrls.pas
functionAxisConfigToString(AxisConfig: TJvFullColorAxisConfig; ItemFormat: TJvFullColorAxisConfigFormat; AColorSpace: TJvColorSpace): string;
Parameters
Parameters | Description |
AxisConfig: TJvFullColorAxisConfig | Axis config |
ItemFormat: TJvFullColorAxisConfigFormat | Specify the format used to convert to string (short, long or with axis names) |
AColorSpace: TJvColorSpace | Color space used to get axis names (used only if ItemFormat is afComplete). |
Description
if ItemFormat is afShort, the format of the result string is 'XYZ' if ItemFormat is afIndent, the format of the result string is 'acXYZ' if ItemFormat is afShort and the Color space is RGB, the format of the result string is 'X = Red ; Y = Green ; Z = Blue'
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