←Select platform

Red Property (ChannelMixerCommandFactor)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Red {get; set;}
Public Property Red As Integer
public int Red {get; set;}
@property (nonatomic, assign) NSInteger red
public int getRed() 
public void setRed(int value) 
get_Red(); 
set_Red(value); 
Object.defineProperty('Red'); 
public: 
property int Red { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the percentage of the red color value that should be distributed to the red 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