←Select platform

Blue Property

Summary

Gets or sets a value to be used for adjusting or balancing the blue channel.

Syntax
C#
VB
Objective-C
C++
Java
public int Blue { get; set; } 
Public Property Blue As Integer 
@property (nonatomic, assign) NSInteger blue 
public int getBlue() 
public void setBlue(int value) 
public: 
property int Blue { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value to be used for adjusting or balancing the blue channel. Valid values range from -100 to 100. Values > 0 increase the blue component value. Values < 0 decrease the blue component value. Using 0 leaves the blue component unchanged.

Example

Refer to ColorIntensityBalanceCommand example.

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