JVCL Help:SplitColorParts

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Get the 3 axis values of a TJvFullColor

run\JvFullColorSpaces.pas


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.

run\JvFullColorSpaces.pas


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.

run\JvFullColorSpaces.pas


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