Package ch.bailu.gtk.gdk
Schnittstelle MemoryFormat
public interface MemoryFormat
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
One guint16 value; for alpha.static final int
One half-float value; for alpha.static final int
One float value; for alpha.static final int
One byte; for alpha.static final int
4 bytes; for alpha, blue, green, red.static final int
4 bytes; for alpha, blue, green, red, The color values are premultiplied with
the alpha value.static final int
4 bytes; for alpha, red, green, blue.static final int
4 bytes; for alpha, red, green, blue.static final int
3 bytes; for blue, green, red.static final int
4 bytes; for blue, green, red, alpha.static final int
4 bytes; for blue, green, red, alpha.static final int
4 bytes; for blue, green, red, unused.static final int
One guint16 value; for grayscale.static final int
2 guint16 values; for grayscale, alpha.static final int
2 guint16 values; for grayscale, alpha.static final int
One byte; for grayscale.static final int
2 bytes; for grayscale, alpha.static final int
2 bytes; for grayscale, alpha.static final int
The number of formats.static final int
3 guint16 values; for red, green, blue.static final int
3 half-float values; for red, green, blue.static final int
4 guint16 values; for red, green, blue, alpha.static final int
4 half-float values; for red, green, blue and alpha.static final int
4 half-float values; for red, green, blue and alpha.static final int
4 guint16 values; for red, green, blue, alpha.static final int
3 float values; for red, green, blue.static final int
4 float values; for red, green, blue and alpha.static final int
4 float values; for red, green, blue and alpha.static final int
3 bytes; for red, green, blue.static final int
4 bytes; for red, green, blue, alpha.static final int
4 bytes; for red, green, blue, alpha
The color values are premultiplied with the alpha value.static final int
4 bytes; for red, green, blue, unused.static final int
4 bytes; for unused, blue, green, red.static final int
4 bytes; for unused, red, green, blue.
-
Felddetails
-
B8G8R8A8_PREMULTIPLIED
static final int B8G8R8A8_PREMULTIPLIED4 bytes; for blue, green, red, alpha.
The color values are premultiplied with the alpha value.- Siehe auch:
-
A8R8G8B8_PREMULTIPLIED
static final int A8R8G8B8_PREMULTIPLIED4 bytes; for alpha, red, green, blue.
The color values are premultiplied with the alpha value.- Siehe auch:
-
R8G8B8A8_PREMULTIPLIED
static final int R8G8B8A8_PREMULTIPLIED4 bytes; for red, green, blue, alpha
The color values are premultiplied with the alpha value.- Siehe auch:
-
B8G8R8A8
static final int B8G8R8A84 bytes; for blue, green, red, alpha.- Siehe auch:
-
A8R8G8B8
static final int A8R8G8B84 bytes; for alpha, red, green, blue.- Siehe auch:
-
R8G8B8A8
static final int R8G8B8A84 bytes; for red, green, blue, alpha.- Siehe auch:
-
A8B8G8R8
static final int A8B8G8R84 bytes; for alpha, blue, green, red.- Siehe auch:
-
R8G8B8
static final int R8G8B83 bytes; for red, green, blue. The data is opaque.- Siehe auch:
-
B8G8R8
static final int B8G8R83 bytes; for blue, green, red. The data is opaque.- Siehe auch:
-
R16G16B16
static final int R16G16B163 guint16 values; for red, green, blue.- Siehe auch:
-
R16G16B16A16_PREMULTIPLIED
static final int R16G16B16A16_PREMULTIPLIED4 guint16 values; for red, green, blue, alpha. The color values are
premultiplied with the alpha value.- Siehe auch:
-
R16G16B16A16
static final int R16G16B16A164 guint16 values; for red, green, blue, alpha.- Siehe auch:
-
R16G16B16_FLOAT
static final int R16G16B16_FLOAT3 half-float values; for red, green, blue. The data is opaque.- Siehe auch:
-
R16G16B16A16_FLOAT_PREMULTIPLIED
static final int R16G16B16A16_FLOAT_PREMULTIPLIED4 half-float values; for red, green, blue and alpha. The color values are
premultiplied with the alpha value.- Siehe auch:
-
R16G16B16A16_FLOAT
static final int R16G16B16A16_FLOAT4 half-float values; for red, green, blue and alpha.- Siehe auch:
-
R32G32B32_FLOAT
static final int R32G32B32_FLOAT3 float values; for red, green, blue.- Siehe auch:
-
R32G32B32A32_FLOAT_PREMULTIPLIED
static final int R32G32B32A32_FLOAT_PREMULTIPLIED4 float values; for red, green, blue and alpha. The color values are
premultiplied with the alpha value.- Siehe auch:
-
R32G32B32A32_FLOAT
static final int R32G32B32A32_FLOAT4 float values; for red, green, blue and alpha.- Siehe auch:
-
G8A8_PREMULTIPLIED
static final int G8A8_PREMULTIPLIED2 bytes; for grayscale, alpha. The color values are premultiplied with the
alpha value.- Siehe auch:
-
G8A8
static final int G8A82 bytes; for grayscale, alpha.- Siehe auch:
-
G8
static final int G8One byte; for grayscale. The data is opaque.- Siehe auch:
-
G16A16_PREMULTIPLIED
static final int G16A16_PREMULTIPLIED2 guint16 values; for grayscale, alpha. The color values are premultiplied
with the alpha value.- Siehe auch:
-
G16A16
static final int G16A162 guint16 values; for grayscale, alpha.- Siehe auch:
-
G16
static final int G16One guint16 value; for grayscale. The data is opaque.- Siehe auch:
-
A8
static final int A8One byte; for alpha.- Siehe auch:
-
A16
static final int A16One guint16 value; for alpha.- Siehe auch:
-
A16_FLOAT
static final int A16_FLOATOne half-float value; for alpha.- Siehe auch:
-
A32_FLOAT
static final int A32_FLOATOne float value; for alpha.- Siehe auch:
-
A8B8G8R8_PREMULTIPLIED
static final int A8B8G8R8_PREMULTIPLIED4 bytes; for alpha, blue, green, red, The color values are premultiplied with
the alpha value.- Siehe auch:
-
B8G8R8X8
static final int B8G8R8X84 bytes; for blue, green, red, unused.- Siehe auch:
-
X8R8G8B8
static final int X8R8G8B84 bytes; for unused, red, green, blue.- Siehe auch:
-
R8G8B8X8
static final int R8G8B8X84 bytes; for red, green, blue, unused.- Siehe auch:
-
X8B8G8R8
static final int X8B8G8R84 bytes; for unused, blue, green, red.- Siehe auch:
-
N_FORMATS
static final int N_FORMATSThe number of formats. This value will change as
more formats get added, so do not rely on its concrete integer.- Siehe auch:
-