Interface

Gdk-4.0GdkMemoryTextureBuilderConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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