#include <Blend.h>
|
enum class | Mode { XX
} |
|
enum class | Type { XX
} |
|
using | List = LinkedObjectListTemplate< Asset > |
|
using | OwnedList = OwnedLinkedObjectListTemplate< Asset > |
|
using | ID = AssetID |
|
using | Iterator = IteratorTemplate< Asset, Asset *, Asset & > |
|
using | ConstIterator = IteratorTemplate< const Asset, const Asset *, const Asset & > |
|
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 |
|
void | write (MetaWriter &meta) const override |
|
virtual Type | type () const override |
|
| Asset () |
|
| Asset (ID id) |
|
| Asset () |
|
| Asset (ID id) |
|
bool | operator== (ID id) const |
|
ID | id () const |
|
virtual String | getTypeStr () const |
|
Asset * | getNext () const |
|
bool | insertAfter (Asset *object) |
|
Iterator | begin () const |
|
Iterator | end () const |
|
Iterator | cbegin () const |
|
Iterator | cend () const |
|
virtual | ~LinkedObject () |
|
virtual LinkedObject * | next () const |
|
bool | insertAfter (LinkedObject *object) |
|
bool | operator== (const LinkedObject &other) const |
|
bool | operator!= (const LinkedObject &other) const |
|
static constexpr Asset::Type | assetType |
|
◆ blend() [1/2]
static void Graphics::BlendWrite::blend |
( |
PixelFormat |
format, |
|
|
const uint8_t * |
srcptr, |
|
|
uint8_t * |
dstptr, |
|
|
size_t |
length |
|
) |
| |
|
inlinestatic |
◆ blend() [2/2]
static void Graphics::BlendWrite::blend |
( |
PixelFormat |
format, |
|
|
PackedColor |
src, |
|
|
uint8_t * |
dstptr, |
|
|
size_t |
length |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: