JVCL Help:SetAxisValue

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

Search in JVCL Help

 
Search in all projects
 

Summary

Change the value of an indexed axis.

run\JvFullColorSpaces.pas


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.

run\JvFullColorSpaces.pas


Return Value

The new TJvFullColor

run\JvFullColorSpaces.pas


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

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