UI\Draw\Brush::setColor

(PHP 7, UI 0.9.9)

UI\Draw\Brush::setColorSet Color

설명

public void UI\Draw\Brush::setColor ( UI\Draw\Color $color )
public void UI\Draw\Brush::setColor ( integer $color )

Shall set the color of this brush to the color provided

인수

color

Can be a UI\Draw\Color or RRGGBBAA

반환값

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top