Graphics::BlendAlpha Class Reference
#include <Blend.h>
Inheritance diagram for Graphics::BlendAlpha:
Collaboration diagram for Graphics::BlendAlpha:
Public Member Functions | |
| BlendAlpha (uint8_t alpha) | |
| BlendAlpha (Color color) | |
| BlendAlpha (PackedColor color) | |
| void | write (MetaWriter &meta) const override |
| Color | blendColor (Color fg, Color bg, uint8_t alpha) const |
| 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::BlendTemplate< BlendMode::Alpha > | |
| Mode | mode () const override |
Public Member Functions inherited from Graphics::AssetTemplate< AssetType::Blend > | |
| virtual Type | type () const override |
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 LinkedObject * | next () const |
| bool | insertAfter (LinkedObject *object) |
| bool | operator== (const LinkedObject &other) const |
| bool | operator!= (const LinkedObject &other) const |
Static Public Member Functions | |
| static PackedColor | transform (PixelFormat format, PackedColor src, PackedColor dst) |
| 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, uint8_t alpha) |
| static uint16_t | blendRGB565 (uint16_t src, uint16_t dst, uint8_t alpha) |
| static void | blendRGB565 (uint16_t src, uint8_t *dstptr, size_t length, uint8_t alpha) |
| static void | blendRGB565 (const uint8_t *srcptr, uint8_t *dstptr, size_t length, uint8_t alpha) |
| static uint8_t | blendChannel (uint8_t fg, uint8_t bg, uint8_t alpha) |
| static void | blendRGB24 (PackedColor src, uint8_t *dstptr, size_t length) |
| static PixelBuffer | blendColor (PixelBuffer fg, PixelBuffer bg, uint8_t alpha) |
Additional Inherited Members | |
Public Types inherited from Graphics::Blend | |
| enum | Mode { Mode::XX } |
Public Types inherited from Graphics::Asset | |
| enum | Type { 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 &> |
Static Public Attributes inherited from Graphics::AssetTemplate< AssetType::Blend > | |
| static constexpr Asset::Type | assetType |
Constructor & Destructor Documentation
◆ BlendAlpha() [1/3]
|
inline |
◆ BlendAlpha() [2/3]
|
inline |
◆ BlendAlpha() [3/3]
|
inline |
Member Function Documentation
◆ blend() [1/2]
|
static |
◆ blend() [2/2]
|
static |
◆ blendChannel()
◆ blendColor() [1/2]
|
static |
◆ blendColor() [2/2]
◆ blendRGB24()
|
static |
◆ blendRGB565() [1/3]
|
static |
◆ blendRGB565() [2/3]
|
static |
◆ blendRGB565() [3/3]
|
static |
◆ transform() [1/3]
|
static |
◆ transform() [2/3]
|
inlineoverridevirtual |
Implements Graphics::Blend.
◆ transform() [3/3]
|
inlineoverridevirtual |
Implements Graphics::Blend.
◆ write()
|
inlineoverridevirtual |
Reimplemented from Graphics::Blend.
The documentation for this class was generated from the following file:
Public Member Functions inherited from
1.8.13