Describes the low-level arrangement of a framebuffer pixel.
Inheritance Hierarchy
RemoteViewing.VncVncPixelFormat
Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The VncPixelFormat type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VncPixelFormat |
Initializes a new instance of the VncPixelFormat class,
with 8 bits each of red, green, and blue channels.
|
![]() | VncPixelFormat(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean, Boolean) |
Initializes a new instance of the VncPixelFormat class.
|
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.
|
![]() ![]() | Format32bpp | |
![]() ![]() | Format8bpp | |
![]() | 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.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides ObjectGetHashCode.) |
See Also