Skip to content
Document Authoring DA  API Docs v1.18.0
npmGitHub

ShapeFill

ShapeFill:

Fill of a Shape.

color: string | null

Fill color as a hex string (for example '#ff0000'), or null for no fill (transparent).


optional alpha: number | null

Fill opacity as a fraction between 0 (fully transparent) and 1 (fully opaque). null or omitted means fully opaque.