meo-skia-canvas
    Preparing search index...

    Interface TextShadowInput

    🧪 Not in the HTML Canvas standard.

    interface TextShadowInput {
        blurRadius?: number;
        color?: Color4fInput;
        offset?: [number, number];
    }
    Index
    blurRadius?: number

    Blur radius in pixels, defaulting to 0 for a hard-edged shadow.

    color?: Color4fInput

    Shadow color, defaulting to black.

    offset?: [number, number]

    [dx, dy] displacement in pixels, defaulting to no offset.