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

Leadtools.ImageProcessing.Color Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.