Interface IFillStyleOptions

interface IFillStyleOptions {
    alpha?: number;
    color?: ColorSource;
    matrix?: Matrix;
    texture?: Texture<Resource>;
}

Hierarchy (view full)

Properties

alpha?: number
color?: ColorSource
matrix?: Matrix
texture?: Texture<Resource>

Generated using TypeDoc