LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

RedAmplitude Property






Gets or sets a value that represents the amplitude of the red color. .NET support WinRT support
Syntax
public int RedAmplitude {get; set;}
'Declaration
 
Public Property RedAmplitude As Integer
'Usage
 
Dim instance As FunctionalLightCommand
Dim value As Integer
 
instance.RedAmplitude = value
 
value = instance.RedAmplitude
public int RedAmplitude {get; set;}
 get_RedAmplitude();
set_RedAmplitude(value);
public:
property int RedAmplitude {
   int get();
   void set (    int value);
}

Property Value

If the image is grayscale, this property represents the amplitude of the master channel. If the image is color and the FunctionalLightCommandFlags.Multiply or FunctionalLightCommandFlags.LinearQuadratic flags are set, this property represents the amplitude of each channel. If the image is color and FunctionalLightCommandFlags.Addition flag is used, this represents the amplitude of the red channel. This value is an integer with a value greater than or equal to 0. This value will be multiplied with the results of the selected function (sine, cosine, user buffer , _). The results of the multiplications are then added to the pixel values. These functions as well as the real buffer values are from -1 to 1. Possible values for this property are from 0-100.
Example
Refer to FunctionalLightCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FunctionalLightCommand Class
FunctionalLightCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.