MCPcopy Create free account
hub / github.com/Tencent/libpag / solidColor

Method solidColor

web/src/pag-solid-layer.ts:20–22  ·  view source on GitHub ↗

* Returns the layer's solid color.

()

Source from the content-addressed store, hash-verified

18 * Returns the layer's solid color.
19 */
20 public solidColor(): Color {
21 return this.wasmIns._solidColor() as Color;
22 }
23 /**
24 * Set the the layer's solid color.
25 */

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected