Graphics::BlendMask Class Reference

#include <Blend.h>

Inheritance diagram for Graphics::BlendMask:
Collaboration diagram for Graphics::BlendMask:

Static Public Member Functions

static void blend (PixelFormat format, PackedColor src, uint8_t *dstptr, size_t length)
 
static void blend (PixelFormat format, const uint8_t *srcptr, uint8_t *dstptr, size_t length)
 

Additional Inherited Members

- Public Types inherited from Graphics::Blend
enum class  Mode { XX }
 
- Public Types inherited from Graphics::Asset
enum class  Type { XX }
 
using List = LinkedObjectListTemplate< Asset >
 
using OwnedList = OwnedLinkedObjectListTemplate< Asset >
 
using ID = AssetID
 
- Public Types inherited from LinkedObjectTemplate< Asset >
using Iterator = IteratorTemplate< Asset, Asset *, Asset & >
 
using ConstIterator = IteratorTemplate< const Asset, const Asset *, const Asset & >
 
- Public Member Functions inherited from Graphics::BlendTemplate< BlendMask, BlendMode::Mask >
Mode mode () const override
 
void transform (PixelFormat format, PackedColor src, uint8_t *dstptr, size_t length) const override
 
void transform (PixelFormat format, const uint8_t *srcptr, uint8_t *dstptr, size_t length) const override
 
- Public Member Functions inherited from Graphics::Blend
void write (MetaWriter &meta) const override
 
- Public Member Functions inherited from Graphics::AssetTemplate< AssetType::Blend >
virtual Type type () const override
 
 Asset ()
 
 Asset (ID id)
 
- Public Member Functions inherited from Graphics::Asset
 Asset ()
 
 Asset (ID id)
 
bool operator== (ID id) const
 
ID id () const
 
virtual String getTypeStr () const
 
- Public Member Functions inherited from LinkedObjectTemplate< Asset >
Asset * getNext () const
 
bool insertAfter (Asset *object)
 
Iterator begin () const
 
Iterator end () const
 
Iterator cbegin () const
 
Iterator cend () const
 
- Public Member Functions inherited from LinkedObject
virtual ~LinkedObject ()
 
virtual LinkedObjectnext () const
 
bool insertAfter (LinkedObject *object)
 
bool operator== (const LinkedObject &other) const
 
bool operator!= (const LinkedObject &other) const
 
- Static Public Attributes inherited from Graphics::AssetTemplate< AssetType::Blend >
static constexpr Asset::Type assetType
 

Member Function Documentation

◆ blend() [1/2]

static void Graphics::BlendMask::blend ( PixelFormat  format,
const uint8_t *  srcptr,
uint8_t *  dstptr,
size_t  length 
)
static

◆ blend() [2/2]

static void Graphics::BlendMask::blend ( PixelFormat  format,
PackedColor  src,
uint8_t *  dstptr,
size_t  length 
)
static

The documentation for this class was generated from the following file: