←Select platform

ToGreen Property

Summary

Gets or sets a value that represents the percentage of the green color value that should be distributed to the red component.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double ToGreen { get; set; } 
Public Property ToGreen As Double 
public double ToGreen {get; set;} 
@property (nonatomic, assign) double green 
public double getToGreen() 
public void setToGreen(double value) 
             
 <br/>get_ToGreen();<br/>set_ToGreen(value);<br/>Object.defineProperty('ToGreen');  
public: 
property double ToGreen { 
   double get(); 
   void set (    double ); 
} 

Property Value

Value that represents the percentage of the green color value that should be distributed to the red component. Possible values are 0.0 to 100.0.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly