JVCL Help:JoinColorParts
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JoinColorParts function
[+] JvFullColorSpaces.pas Functions
Search in JVCL Help
Search in all projectsSummary
Join 3 axis values to create a TJvFullColor.
Pascal
run\JvFullColorSpaces.pas
functionJoinColorParts(constPart1: Integer; constPart2: Integer; constPart3: Integer): TJvFullColor;
Parameters
Parameters | Description |
const Part1: Integer | Value of the first axis. |
const Part2: Integer | Value of the second axis. |
const Part3: Integer | Value of the third axis. |
Return Value
The TJvFullColor created.
Description
This function joins 3 axis values to create a TJvFullColor initialized with these values. The Identifier of the TJvFullColor is not initialized. To split a TJvFullColor into 3 axis values, use SplitColorParts. 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