public class Format
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static Format |
A1
A traditional bitmask with a 1 bit alpha value (on or off).
|
static Format |
A8
8 bits per pixel, holding an alpha value (only).
|
static Format |
ARGB32
32 bits per pixel, being 8 bits for each of red, green, blue,
and and 8 bit alpha (transparency) channel.
|
static Format |
RGB24
24 bits per pixel, being 8 bits in each of red, green, and blue.
|
public static final Format A1
public static final Format A8
public static final Format ARGB32
public static final Format RGB24