ThingOrigin.js
    Preparing search index...

    Interface imageParams

    interface imageParams {
        alphaTest?: number;
        opacity?: number;
        premultiplyAlpha?: boolean;
        repeatX?: number;
        repeatY?: number;
        transparent?: boolean;
        url?: string;
    }
    Index

    Properties

    alphaTest?: number
    opacity?: number
    premultiplyAlpha?: boolean
    repeatX?: number
    repeatY?: number
    transparent?: boolean
    url?: string