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