gameforge - v0.2.1
    Preparing search index...

    Interface IFillStyleOptions

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

    Hierarchy (View Summary)

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