PixbufPropertyName
public enum PixbufPropertyName : String, PropertyNameProtocol
Undocumented
-
The number of bits per sample.
Currently only 8 bit per sample are supported.
Declaration
Swift
case bitsPerSample = "bits-per-sample"
-
The color space of the pixbuf.
Currently, only
GDK_COLORSPACE_RGB
is supported.Declaration
Swift
case colorspace = "colorspace"
-
Whether the pixbuf has an alpha channel.
Declaration
Swift
case hasAlpha = "has-alpha"
-
The number of rows of the pixbuf.
Declaration
Swift
case height = "height"
-
The number of samples per pixel.
Currently, only 3 or 4 samples per pixel are supported.
Declaration
Swift
case nChannels = "n-channels"
-
Undocumented
Declaration
Swift
case pixelBytes = "pixel-bytes"
-
A pointer to the pixel data of the pixbuf.
Declaration
Swift
case pixels = "pixels"
-
The number of bytes between the start of a row and the start of the next row.
This number must (obviously) be at least as large as the width of the pixbuf.
Declaration
Swift
case rowstride = "rowstride"
-
The number of columns of the pixbuf.
Declaration
Swift
case width = "width"