This class should handle a texture/buffer just like Pixmap from libgdx.
This feature is important to replicate (and bufferize[?]) complex graphics like gradient color picker.
It should implement method draw (Graphics g).
The method getBuffer should exist in desktop only (but should be avoided).
This class should handle a texture/buffer just like Pixmap from libgdx.
This feature is important to replicate (and bufferize[?]) complex graphics like gradient color picker.
It should implement method
draw (Graphics g).The method getBuffer should exist in desktop only (but should be avoided).