Scenic.Primitive.Style.Fill (Scenic v0.11.0-beta.0) View Source

Fill primitives with the specified paint.

Example:

graph
|> rectangle( {10, 20}, fill: :blue )

Data Format

Any valid paint. This can any be any paint format defined by the following modules:

See the documentation for the paint module for further details.