Inheritance diagram for RgbBufferOperations::
Public Methods | |
int | size () |
The number of elements in the buffer. More... | |
int[] | getRgb () |
Get the RGB data as an RgbSeq. More... | |
void | setRgb (int[] pixels) |
Set the RGB data. More... |
|
The number of elements in the buffer.
Reimplemented in _RgbBufferStub, and RgbBufferPOATie. |
|
Get the RGB data as an RgbSeq.
Reimplemented in _RgbBufferStub, and RgbBufferPOATie. |
|
Set the RGB data.
Reimplemented in _RgbBufferStub, and RgbBufferPOATie. |