←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
Objective-C
C++
Java
public double ToRed { get; set; } 
Public Property ToRed As Double 
@property (nonatomic, assign) double red 
public double getToRed() 
public void setToRed(double value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly