Class

Fill.Brush

Fills with a GraphicsBrush.

Source set: Common
public class Brush(public val brush: GraphicsBrush) : Fill()

Fills with a GraphicsBrush.

Properties

lerpTarget

Source set: Common
override val lerpTarget: Any

Functions

asColor

Source set: Common
override fun asColor(): GraphicsColor

asBrush

Source set: Common
override fun asBrush(): GraphicsBrush

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String

Content updated: