PHP 8.4.0 RC3 available for testing

Pinceaux

(UI 0.9.9)

Introduction

Représente un pinceau de couleur unie

Synopsis de la classe

class UI\Draw\Brush {
/* Constructor */
public __construct(UI\Draw\Color $color)
public __construct(int $color)
/* Méthodes */
public setColor(UI\Draw\Color $color): void
public setColor(int $color): void
}

Sommaire

add a note

User Contributed Notes

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