gameforge - v0.1.12
    Preparing search index...

    Interface IFillStyleOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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