Vnc.PixelFormat – gvnc-1.0 Reference Manual
PixelFormat
Object Hierarchy:
Vnc.PixelFormat
Vnc.PixelFormat
Vnc.PixelFormat
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"vnc_pixel_format_get_type ()"
) ]
[
Compact
]
public
class
PixelFormat
Namespace:
Vnc
Package:
gvnc-1.0
Content:
Creation methods:
public
PixelFormat
()
Allocate a new VNC pixel format struct whose contents is initialized to all zeros.
Methods:
public
PixelFormat
copy
()
Allocate a new VNC pixel format struct whose contents is initialized with the data found in
srcFormat
.
public
void
free
()
Release the memory associated with
this
public
bool
match
(
PixelFormat
other)
Fields:
public
uint8
bits_per_pixel
public
uint16
blue_max
public
uint8
blue_shift
public
uint16
byte_order
public
uint8
depth
public
uint16
green_max
public
uint8
green_shift
public
uint16
red_max
public
uint8
red_shift
public
uint8
true_color_flag
2022 vala-language.org