Percept
    Preparing search index...

    Interface ImageOptions

    interface ImageOptions {
        shadowBlur?: number;
        shadowColor?: string;
        shadowOffset?: Vector;
        staticShadow?: boolean;
    }
    Index
    shadowBlur?: number
    shadowColor?: string
    shadowOffset?: Vector
    staticShadow?: boolean