Learn how to evaluate and integrate the VNC SDK
PixelFormat¶
-
class PixelFormat¶ Description of how pixels are stored in a Viewer framebuffer.
For more information, see
vnc_PixelFormatin the C API documentation.
Inherits¶
Implements¶
Constructor summary
| Modifier and Type | Method and Description |
|---|---|
Creates a custom pixel format based on the given parameters. |
Method summary
| Modifier and Type | Method and Description |
|---|---|
static ImmutablePixelFormat |
A convenience wrapper for |
static ImmutablePixelFormat |
A convenience wrapper for |
static ImmutablePixelFormat |
A convenience wrapper for |
static ImmutablePixelFormat |
A convenience wrapper for |
void |
Destroy a custom pixel format. |
Constructors¶
Methods¶
-
static ImmutablePixelFormat
PixelFormat.Rgb888()¶ A convenience wrapper for
ImmutablePixelFormat.Rgb888().
-
static ImmutablePixelFormat
PixelFormat.Bgr888()¶ A convenience wrapper for
ImmutablePixelFormat.Bgr888().
-
static ImmutablePixelFormat
PixelFormat.Rgb565()¶ A convenience wrapper for
ImmutablePixelFormat.Rgb565().
-
static ImmutablePixelFormat
PixelFormat.Rgb555()¶ A convenience wrapper for
ImmutablePixelFormat.Rgb555().
-
void
PixelFormat.Dispose()¶ Destroy a custom pixel format.
For more information, see
vnc_PixelFormat_destroy()in the C API documentation.