Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
成员的完整列表,这些成员属于 Image,包括所有继承而来的类成员
channel_count() const noexcept | Image | |
data() noexcept | Image | |
data() const noexcept | Image | |
flip_horizontally() noexcept | Image | |
flip_vertically() noexcept | Image | |
get_pixel(const Vector2i &pos) const | Image | |
Image()=default | Image | |
Image(const std::filesystem::path &path) | Image | |
Image(const void *data, size_t sizeBytes, const Vector2i &size, int channels) | Image | |
load(const std::filesystem::path &path) | Image | |
load(const void *data, size_t sizeBytes, const Vector2i &size, int channels) | Image | |
save(const std::filesystem::path &path) const | Image | |
set_pixel(const Vector4f &color, const Vector2i &pos) | Image | |
size() const noexcept | Image | |
size_bytes() const noexcept | Image |