Gets or sets a value to be used for adjusting or balancing the blue channel.
public int Blue { get; set; }
Public Property Blue As Integer
public int Blue {get; set;}
@property (nonatomic, assign) NSInteger blue
public int getBlue()
public void setBlue(int value)
<br/>get_Blue();<br/>set_Blue(value);<br/>Object.defineProperty('Blue');
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.
Refer to ColorIntensityBalanceCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET