Property VLColorTwist.TVLColorChannelTwist.Red

From Mitov Wiki Doc
Jump to: navigation, search

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 Red : Single read GetItem write SetItem;

C++ Builder:

__property float Red = { read=GetItem, write=SetItem };

Summary

Specifies the Red component of the Twist.

Description

Use this property to specify the Red component of the Twist.


Result := Twist.Red   * r + Twist.Green   * g + Twist.Blue   * b + Twist.Offset;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox