←Select platform

Blue Property (ChannelMixerCommandFactor)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
get_Blue(); 
set_Blue(value); 
Object.defineProperty('Blue'); 
public: 
property int Blue { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the percentage of the blue color value that should be distributed to the blue component. Valid values are -200 to 200.

Example

Refer to ChannelMixerCommand()

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize