JVCL Help:SplitColorParts
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: SplitColorParts procedure
[+] JvFullColorSpaces.pas Functions
Search in JVCL Help
Search in all projectsSummary
Get the 3 axis values of a TJvFullColor
Pascal
run\JvFullColorSpaces.pas
procedureSplitColorParts(AColor: TJvFullColor; varPart1: Integer; varPart2: Integer; varPart3: Integer);
Parameters
Parameters | Description |
AColor: TJvFullColor | TJvFullColor to be split. |
var Part1: Integer | Value of the first axis. |
var Part2: Integer | Value of the second axis. |
var Part3: Integer | Value of the third axis. |
Description
This function splits a TJvFullColor and return its axis values. To join 3 axis values and create a TJvFullColor, use JoinColorParts. To set 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