Property VLColorTwist.TVLColorTwists.RedTwist
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 RedTwist : TVLColorChannelTwist read FRedTwist write SetRedTwist;
C++ Builder:
__property TVLColorChannelTwist * RedTwist = { read=FRedTwist, write=SetRedTwist };
Summary
Twist information for the Red channel.
Description
use this property to specify the twist information for the
Green channel.
R := RedTwist.Red * r + RedTwist.Green * g + RedTwist.Blue * b + RedTwist.Offset;