VncPixelFormat PropertiesRemoteViewing
The VncPixelFormat type exposes the following members.
Properties

  NameDescription
Public propertyBitDepth
The bit depth of the pixel.
Public propertyBitsPerPixel
The number of bits used to store a pixel.
Public propertyBlueBits
The number of bits used to represent blue.
Public propertyBlueShift
The number of bits left the blue value is shifted.
Public propertyBytesPerPixel
The number of bytes used to store a pixel.
Public propertyGreenBits
The number of bits used to represent green.
Public propertyGreenShift
The number of bits left the green value is shifted.
Public propertyIsLittleEndian
true if the pixel is little-endian, or false if it is big-endian.
Public propertyIsPalettized
true if the framebuffer stores palette indices, or false if it stores colors.
Public propertyRedBits
The number of bits used to represent red.
Public propertyRedShift
The number of bits left the red value is shifted.
Back to Top
See Also