←Select platform

ToRed Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double ToRed { get; set; } 
Public Property ToRed As Double 
public double ToRed {get; set;} 
@property (nonatomic, assign) double red 
public double getToRed() 
public void setToRed(double value) 
             
 <br/>get_ToRed();<br/>set_ToRed(value);<br/>Object.defineProperty('ToRed');  
public: 
property double ToRed { 
   double get(); 
   void set (    double ); 
} 

Property Value

Value that represents the percentage of the red 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