Interface

Gdk-4.0GdkMemoryTextureBuilderConstructorProps

interface ConstructorProps {
    bytes: GLib.Bytes | Uint8Array<ArrayBufferLike>;
    color_state: Gdk.ColorState;
    colorState: Gdk.ColorState;
    format: Gdk.MemoryFormat;
    height: number;
    stride: number | bigint;
    update_region: default.Region;
    update_texture: Gdk.Texture;
    updateRegion: default.Region;
    updateTexture: Gdk.Texture;
    width: number;
}

Hierarchy (View Summary)

Index

Properties

bytes: GLib.Bytes | Uint8Array<ArrayBufferLike>
color_state: Gdk.ColorState
colorState: Gdk.ColorState
height: number
stride: number | bigint
update_region: default.Region
update_texture: Gdk.Texture
updateRegion: default.Region
updateTexture: Gdk.Texture
width: number