Stage::getPixels()
Returns the colours of everything this stage has drawn.
Example usage:
int[] colours = this.getPixels().main();
Examples
Syntax
Java
.getPixels()
Return
Pixels
Returns the colours of everything this stage has drawn.
Example usage:
int[] colours = this.getPixels().main();
.getPixels()
Pixels