←Select platform

RedFactor Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public ChannelMixerCommandFactor RedFactor { get; set; } 
Public Property RedFactor As ChannelMixerCommandFactor 
@property (nonatomic, strong) LTChannelMixerCommandFactor *redFactor 
public ChannelMixerCommandFactor getRedFactor() 
public void setRedFactor(ChannelMixerCommandFactor value) 
public: 
property ChannelMixerCommandFactor^ RedFactor { 
   ChannelMixerCommandFactor^ get(); 
   void set (    ChannelMixerCommandFactor^ ); 
} 

Property Value

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

Example

Refer to ChannelMixerCommand.

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