Property VLColorTwist.TVLColorChannelTwist.Offset
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: TVLColorChannelTwist
Contents |
Syntax
Delphi:
property Offset : Single read GetItem write SetItem;
C++ Builder:
__property float Offset = { read=GetItem, write=SetItem };
Summary
Specifies the Offset of the Twist.
Description
Use this property to specify the Offset of the Twist.
Result := Twist.Red * r + Twist.Green * g + Twist.Blue * b + Twist.Offset;