JVCL Help:GetAxisValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Return the value of an indexed axis.

run\JvFullColorSpaces.pas


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.

run\JvFullColorSpaces.pas


Return Value

The axis value.

run\JvFullColorSpaces.pas


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.

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