←Select platform

RedFactor Property

Summary

Gets or sets the values to use for redistributing the image's red values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ChannelMixerCommandFactor RedFactor { get; set; } 
@property (nonatomic, strong) LTChannelMixerCommandFactor *redFactor 
public ChannelMixerCommandFactor getRedFactor() 
public void setRedFactor(ChannelMixerCommandFactor value) 
             
 <br/>get_RedFactor();<br/>set_RedFactor(value);<br/>Object.defineProperty('RedFactor');  

Property Value

Values to use for redistributing the image's red values.

Example

Refer to ChannelMixerCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly