Interface

GdkPixbuf-2.0GdkPixbufPixbufConstructorProps

interface ConstructorProps {
    bits_per_sample: number;
    bitsPerSample: number;
    colorspace: RGB;
    has_alpha: boolean;
    hasAlpha: boolean;
    height: number;
    n_channels: number;
    nChannels: number;
    pixel_bytes: GLib.Bytes;
    pixelBytes: GLib.Bytes;
    pixels: any;
    rowstride: number;
    width: number;
}

Hierarchy (View Summary)

Index

Properties

bits_per_sample: number
bitsPerSample: number
colorspace: RGB
has_alpha: boolean
hasAlpha: boolean
height: number
n_channels: number
nChannels: number
pixel_bytes: GLib.Bytes
pixelBytes: GLib.Bytes
pixels: any
rowstride: number
width: number