Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
RedFrequency Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > PlasmaCommandBitmapEffect Class : RedFrequency Property





Gets or sets the frequency of red color.

Syntax

Visual Basic (Declaration) 
Public Property RedFrequency As Integer
Visual Basic (Usage)Copy Code
Dim instance As PlasmaCommandBitmapEffect
Dim value As Integer
 
instance.RedFrequency = value
 
value = instance.RedFrequency
C# 
public int RedFrequency {get; set;}
C++/CLI 
public:
property int RedFrequency {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object GreenFrequency =int >

Dependencies Property Information 

Identifier field

GreenFrequencyProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object GreenFrequency =int >

Dependencies Property Information 

Identifier field

GreenFrequencyProperty

Metadata properties set to true

None

Return Value

Value that indicates which frequencies of red color should be used to create plasma patterns. Valid range for the 16, 48, and 64-bit images is from 0 to 65535 and for 12-bit images from 0 to 4095. Otherwise, it is from 0 to 255. Use 0 to turn off processing for the red frequencies.

Example

For XAML example, refer to PlasmaCommandBitmapEffect.

For C#/VB examples, refer to PlasmaCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2008 family

See Also