Fill

class Fill

Stores fill properties.

Constructors

Link copied to clipboard
constructor(color: Color)

Creates a color Fill.

constructor(brush: Brush)

Creates a BrushFill.

Types

Link copied to clipboard
object Companion

Houses Fill singletons.

Properties

Link copied to clipboard
val brush: Brush?

the Brush.

Link copied to clipboard

the color. If brush is not null, this is Color.Black.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int