Interface RenderingStyle

interface RenderingStyle {
    fill: Color4;
    stroke?: {
        color: Color4;
        width: number;
    };
}

Properties

Properties

fill: Color4
stroke?: {
    color: Color4;
    width: number;
}

Type declaration

  • Readonly color: Color4
  • Readonly width: number

    Note: The stroke width is twice the stroke radius.

Generated using TypeDoc

OpenSource licenses