Gets or sets the frequency of blue color.
public int BlueFrequency { get; set; }
Public Property BlueFrequency As Integer
public int BlueFrequency {get; set;}
get_BlueFrequency();
set_BlueFrequency(value);
Object.defineProperty('BlueFrequency');
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.
Refer to PlasmaCommand Constructor(int32,int32,int32,int32,int32,int32,plasmacommandflags) example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET