ColourChannelType & GetPixel(const Whole X, const Whole Y, const UInt16 Component)
Gets access to the pixel at the specified position in this buffer. the X or Y location go beyond the ...
Whole GetWidth() const
Get the pixel width of this texture.
A convenience buffer that stores pixel colour values of a texture to be generated.
Whole GetHeight() const
Get the pixel height of this texture.
void SetPixel(const Whole X, const Whole Y, const ColourValue &Colour)
Set colour of a specified pixel using a ColourValue. the X or Y location go beyond the set size of th...
void SetData(const TextureBuffer &Other)
Copies image data from another buffer into this buffer.