Skip to content
Ntdi edited this page Dec 15, 2022 · 1 revision

Introduction to ImageParticles

Heya! This feature of our framework is very simple to use, all you gotta do is create a new instance of ImagePaticles and pass in a buffered image, and the quality (higher the better)

new ImageParticles(image, 300);

Check out the class for all the methods.

Clone this wiki locally