Interface RemoveAliasingRendererParams

interface RemoveAliasingRendererParams {
    threshold?: number;
    baseColor?: string;
}

Properties

threshold?: number

Alpha threshold — semi-transparent pixels above this value are fully opaqued. Default: 0.

baseColor?: string

Inner base color (RRGGBBAA hex string) used to detect the text boundary. Default: 'FFFFFFFF'.