The VncPixelFormat type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
BitDepth |
The bit depth of the pixel.
| |
BitsPerPixel |
The number of bits used to store a pixel.
| |
BlueBits |
The number of bits used to represent blue.
| |
BlueShift |
The number of bits left the blue value is shifted.
| |
BytesPerPixel |
The number of bytes used to store a pixel.
| |
GreenBits |
The number of bits used to represent green.
| |
GreenShift |
The number of bits left the green value is shifted.
| |
IsLittleEndian | true if the pixel is little-endian, or false if it is big-endian.
| |
IsPalettized | true if the framebuffer stores palette indices, or false if it stores colors.
| |
RedBits |
The number of bits used to represent red.
| |
RedShift |
The number of bits left the red value is shifted.
|
See Also