JVCL Help:GetAxisValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: GetAxisValue function
[+] JvFullColorSpaces.pas Functions
Search in JVCL Help
Search in all projectsSummary
Return the value of an indexed axis.
Pascal
run\JvFullColorSpaces.pas
functionGetAxisValue(AColor: TJvFullColor; AAxis: TJvAxisIndex): Byte;
Parameters
Parameters | Description |
AColor: TJvFullColor | TJvFullColor to get the axis value. |
AAxis: TJvAxisIndex | Index of the axis to get. |
Return Value
The axis value.
Description
A TJvFullColor is an aggregation of 3 axis values and one color space identifier. This function returns one of the axis values. To get all axis values, use SplitColorParts, to change one axis value use SetAxisValue.
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