Class type FillStyle-PIXI._t

method alpha#=: Js.Internal.meth([ `Arity_1(float) ], unit)

The alpha value used when filling the Graphics object.

method alpha: float

The alpha value used when filling the Graphics object.

method color#=: Js.Internal.meth([ `Arity_1(int) ], unit)

The hex color value used when coloring the Graphics object.

method color: int

The hex color value used when coloring the Graphics object.

method matrix#=: Js.Internal.meth([ `Arity_1(string) ], unit)

The transform applied to the texture.

method matrix: string

The transform applied to the texture.

method texture#=: Js.Internal.meth([ `Arity_1(string) ], unit)

The texture to be used for the fill.

method texture: string

The texture to be used for the fill.

method visible#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

If the current fill is visible.

method visible: bool

If the current fill is visible.

method clone: Js.Internal.meth([ `Arity_0 ], Js.t(_t))

Clones the object

method destroy: Js.Internal.meth([ `Arity_0 ], unit)

Destroy and don't use after this

method reset: Js.Internal.meth([ `Arity_0 ], unit)

Reset