←Select platform

ToBlue Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double ToBlue { get; set; } 
Public Property ToBlue As Double 
public double ToBlue {get; set;} 
@property (nonatomic, assign) double blue 
public double getToBlue() 
public void setToBlue(double value) 
             
 <br/>get_ToBlue();<br/>set_ToBlue(value);<br/>Object.defineProperty('ToBlue');  
public: 
property double ToBlue { 
   double get(); 
   void set (    double ); 
} 

Property Value

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