6#include "TTauri/Cells/ImageCell.hpp"
7#include "TTauri/GUI/PipelineImage_Image.hpp"
8#include "TTauri/Foundation/PixelMap.hpp"
9#include "TTauri/Foundation/R16G16B16A16SFloat.hpp"
10#include "TTauri/Foundation/URL.hpp"
24 void draw(
DrawContext const &drawContext,
aarect rectangle, Alignment alignment,
float middle)
const noexcept override;
Definition ImageCell.hpp:10
Definition PixelMapCell.hpp:14
void draw(DrawContext const &drawContext, aarect rectangle, Alignment alignment, float middle) const noexcept override
Draw the cell.
Class which represents an axis-aligned rectangle.
Definition aarect.hpp:13
A 2D canvas of pixels.
Definition PixelMap.hpp:83
Draw context for drawing using the TTauri shaders.
Definition DrawContext.hpp:30
This is a image that is uploaded into the texture atlas.
Definition PipelineImage_Image.hpp:31