Property VLColorTwist.TVLColorTwists.GreenTwist
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLColorTwists
Contents |
Syntax
Delphi:
property GreenTwist : TVLColorChannelTwist read FGreenTwist write SetGreenTwist;
C++ Builder:
__property TVLColorChannelTwist * GreenTwist = { read=FGreenTwist, write=SetGreenTwist };
Summary
Twist information for the Green channel.
Description
use this property to specify the twist information for the
Green channel.
G := GreenTwist.Red * r + GreenTwist.Green * g + GreenTwist.Blue * b + GreenTwist.Offset;