Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 384 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 384 Bytes

Libgdx : CircleDrawable

N|Solid

Usage

Pixmap pixmap = loadYourPixmap()
Image image = new Image(new CircleDrawable(pixmap));

IMPORTANT : your PIXMAP must use supported alpha format like RGBA8888

License

GPL V3