JVCL Help:SetAxisValue
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: SetAxisValue function
[+] JvFullColorSpaces.pas Functions
Search in JVCL Help
Search in all projectsSummary
Change the value of an indexed axis.
Pascal
run\JvFullColorSpaces.pas
functionSetAxisValue(AColor: TJvFullColor; AAxis: TJvAxisIndex; NewValue: Byte): TJvFullColor;
Parameters
Parameters | Description |
AColor: TJvFullColor | TJvFullColor to change one axis value. |
AAxis: TJvAxisIndex | Index of the axis. |
NewValue: Byte | New value of this axis. |
Return Value
The new TJvFullColor
Description
This function change the value of one axis of a TJvFullColor. To change 3 axis values, use JoinColorParts. To get one axis value, use GetAxisValue
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