Packages
pixman-1
Pixman
Image
clip_region
clip_region32
component_alpha
depth
has_client_clip
height
indexed
repeat
source_clipping
stride
transform
width
composite
composite_trapezoids
composite_triangles
compute_composite_region
Image.bits
Image.conical_gradient
Image.linear_gradient
Image.radial_gradient
Image.solid_fill
add_trapezoids
add_traps
add_triangles
fill_rectangles
get_data
get_depth
get_height
get_stride
get_width
rasterize_edges
rasterize_trapezoid
set_accessors
set_alpha_map
set_clip_region
set_clip_region32
set_component_alpha
set_filter
set_has_client_clip
set_indexed
set_repeat
set_source_clipping
set_transform
Image.bits
Description:
[
CCode
( cname =
"pixman_image_create_bits"
) ]
public
Image.bits
(
Format
format,
int
width,
int
height,
uint8
[]? bits,
int
rowstride_bytes)