Initializes a new instance of the VncPixelFormat class.
Namespace: RemoteViewing.VncAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax
Parameters
- bitsPerPixel
- Type: System Int32
The number of bits used to store a pixel. Currently, this must be 8, 16, or 32.
- bitDepth
- Type: System Int32
The bit depth of the pixel. Currently, this must be 24.
- redBits
- Type: System Int32
The number of bits used to represent red.
- redShift
- Type: System Int32
The number of bits left the red value is shifted.
- greenBits
- Type: System Int32
The number of bits used to represent green.
- greenShift
- Type: System Int32
The number of bits left the green value is shifted.
- blueBits
- Type: System Int32
The number of bits used to represent blue.
- blueShift
- Type: System Int32
The number of bits left the blue value is shifted.
- isLittleEndian (Optional)
- Type: System Boolean
true if the pixel is little-endian, or false if it is big-endian.
- isPalettized (Optional)
- Type: System Boolean
true if the framebuffer stores palette indices, or false if it stores colors.
See Also