LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BlueFrequency Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > PlasmaCommand Class : BlueFrequency Property



Gets or sets the frequency of blue color.

Syntax

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

Property Value

Value that indicates which frequencies of blue 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 blue frequencies.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also