* Returns the layer's solid color.
()
| 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 | */ |
no outgoing calls
no test coverage detected