Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
PixelFormat.hpp File Reference
#include <bit>
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <string_view>
#include <vector>
#include <jau/basic_types.hpp>
#include <jau/cpp_lang_util.hpp>
#include <jau/debug.hpp>
#include <jau/float_math.hpp>
#include <jau/int_math.hpp>
#include <jau/int_types.hpp>
#include <jau/math/recti.hpp>
#include <jau/math/vec2i.hpp>
#include <jau/ordered_atomic.hpp>
#include <jau/string_util.hpp>
#include <jau/enum_util.hpp>
#include <gamp/GampTypes.hpp>
#include <gamp/render/RenderTypes.hpp>
#include <gamp/render/pixel/PixelUtil.hpp>
Include dependency graph for PixelFormat.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gamp::render::pixel::GenericPixelRect
 Generic PixelRectangle implementation. More...
 
class  gamp::render::pixel::PixelFormat
 Packed pixel composition, i.e. More...
 
class  gamp::render::pixel::PixelFormats
 Basic pixel formats. More...
 
class  gamp::render::pixel::PixelRectangle
 Pixel Rectangle identified by it's hashCode(). More...
 

Namespaces

namespace  gamp
 Gamp: Graphics, Audio, Multimedia and Processing Framework (Native C++, WebAssembly, ...)
 
namespace  gamp::render
 
namespace  gamp::render::pixel
 

Typedefs

typedef Point2I< uint32_t > gamp::render::pixel::Point2u32