Interface OutlineRendererParams

interface OutlineRendererParams {
    innerColor?: string;
    outerColor?: string;
    width?: number;
}

Properties

innerColor?: string

Fill color of the inner text region (RRGGBBAA hex string). Default: 'FFFFFFFF'.

outerColor?: string

Outline color (RRGGBBAA hex string). Default: '000000FF'.

width?: number

Outline thickness in pixels. Default: 1.