Brushes

(PHP 7, UI 0.9.9)

소개

Represents a solid color brush

클래스 개요

UI\Draw\Brush {
/* Constructor */
public __construct ( UI\Draw\Color $color )
public __construct ( integer $color )
/* 메소드 */
public UI\Draw\Color getColor ( void )
public void setColor ( UI\Draw\Color $color )
public void setColor ( integer $color )
}

Table of Contents

add a note add a note

User Contributed Notes

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