Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
Image 成员列表

成员的完整列表,这些成员属于 Image,包括所有继承而来的类成员

channel_count() const noexceptImage
data() noexceptImage
data() const noexceptImage
flip_horizontally() noexceptImage
flip_vertically() noexceptImage
get_pixel(const Vector2i &pos) constImage
Image()=defaultImage
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) constImage
set_pixel(const Vector4f &color, const Vector2i &pos)Image
size() const noexceptImage
size_bytes() const noexceptImage