Gets or sets the frequency of green color.
Syntax
Visual Basic (Declaration) | |
---|
Public Property GreenFrequency As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlasmaCommand
Dim value As Integer
instance.GreenFrequency = value
value = instance.GreenFrequency
|
C# | |
---|
public int GreenFrequency {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_GreenFrequency();
public: __property void set_GreenFrequency(
int value
); |
C++/CLI | |
---|
public:
property int GreenFrequency {
int get();
void set (int value);
} |
Return Value
Value that indicates which frequencies of green 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 green frequencies.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also