Fill

class Fill

Stores fill properties.

Constructors

Link copied to clipboard
constructor(color: Int)

Creates a color Fill.

constructor(shader: DynamicShader)

Creates a DynamicShaderFill.

Types

Link copied to clipboard
object Companion

Houses Fill singletons.

Properties

Link copied to clipboard
val color: Int

the color. If shader is not null, this is Color.BLACK.

Link copied to clipboard

Functions

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