interface LoadOptions {
    flipBlueRed: boolean;
    h: number;
    hasAlpha: boolean;
    permanent: boolean;
    premultiplyAlpha: boolean;
    renderInfo: RenderInfo<string[]>;
    source: NativeTexture;
    throttle: boolean;
    w: number;
}

Properties

flipBlueRed: boolean
h: number
hasAlpha: boolean
permanent: boolean
premultiplyAlpha: boolean
renderInfo: RenderInfo<string[]>
throttle: boolean
w: number