public int RedFrequency {get; set;}
'Declaration
Public Property RedFrequency As Integer
'Usage
Dim instance As PlasmaCommand
Dim value As Integer
instance.RedFrequency = value
value = instance.RedFrequency
public int RedFrequency {get; set;}
get_RedFrequency();
set_RedFrequency(value);
Object.defineProperty('RedFrequency');
public:
property int RedFrequency {
int get();
void set ( int value);
}
Property 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.