doodle  0.2
Intended to support teaching C++, doodle is a simple library that helps make a window and makes it easy to do some drawing.
doodle::Image Member List

This is the complete list of members for doodle::Image, including all inherited members.

begin()doodle::Image
begin() constdoodle::Image
draw_image(const Image &image, double x, double y) noexceptdoodle::Imagefriend
draw_image(const Image &image, double x, double y, double width, double height) noexceptdoodle::Imagefriend
draw_image(const Image &image, double x, double y, double width, double height) noexceptdoodle::Imagefriend
draw_image(const Image &image, double x, double y, double width, double height, int texel_x, int texel_y) noexceptdoodle::Imagefriend
draw_image(const Image &image, double x, double y, double width, double height, int texel_x, int texel_y, int texel_width, int texel_height) noexceptdoodle::Imagefriend
end()doodle::Image
end() constdoodle::Image
end_drawing_to_image(bool smooth_texture)doodle::Imagefriend
FileType enum namedoodle::Image
GetHeight() const noexceptdoodle::Image
GetNumberOfColors() const noexceptdoodle::Image
GetWidth() const noexceptdoodle::Image
Image(int width, int height, bool smooth_it=false)doodle::Image
Image(const std::filesystem::path &file_path, bool smooth_it=false)doodle::Imageexplicit
Image()doodle::Image
IsSmooth() const noexceptdoodle::Image
MaxImageSize() noexceptdoodle::Imagestatic
operator()(int column, int row) constdoodle::Image
operator()(int column, int row)doodle::Image
operator[](int index) constdoodle::Image
operator[](int index)doodle::Image
SaveToFile(const std::filesystem::path &file_path, FileType file_type=FileType::PNG) constdoodle::Image