Fill

class Fill

Stores fill properties.

Constructors

Link copied to clipboard
constructor(color: Int)

Creates a color Fill.

constructor(shaderProvider: ShaderProvider)

Creates a ShaderProviderFill.

Types

Link copied to clipboard
object Companion

Houses Fill singletons.

Properties

Link copied to clipboard
val color: Int

the color. If shaderProvider 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