#include <Image.hpp>
◆ Pixels
◆ Image()
◆ blend()
| void Image::blend |
( |
const Image & |
other | ) |
|
◆ fill()
| void Sh::Image::fill |
( |
const Color & |
color | ) |
|
|
inline |
◆ getData()
| const uint8_t* Sh::Image::getData |
( |
| ) |
const |
|
inline |
◆ getPixel()
| Color Sh::Image::getPixel |
( |
size_t |
x, |
|
|
size_t |
y |
|
) |
| const |
|
inline |
◆ getPixels()
| const Color* Sh::Image::getPixels |
( |
| ) |
const |
|
inline |
◆ paste()
◆ setPixel()
| void Sh::Image::setPixel |
( |
const Vector2< size_t > & |
pos, |
|
|
const Color & |
color |
|
) |
| |
|
inline |
◆ size()
| const Vector2<size_t>& Sh::Image::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- /home/shishqa/dev/MIPT/2020_3/00_ShishGL/include/ShishGL/Core/RenderSystem/Image.hpp
- /home/shishqa/dev/MIPT/2020_3/00_ShishGL/src/Core/RenderSystem/Image.cpp