Graphics::BlendAlpha Member List
This is the complete list of members for Graphics::BlendAlpha, including all inherited members.
Asset() | Graphics::AssetTemplate< AssetType::Blend > | inline |
Asset(ID id) | Graphics::AssetTemplate< AssetType::Blend > | inline |
Graphics::Asset::Asset(ID id) | Graphics::Asset | inline |
assetType | Graphics::AssetTemplate< AssetType::Blend > | static |
begin() const | LinkedObjectTemplate< Asset > | inline |
blend(PixelFormat format, PackedColor src, PackedColor dst) | Graphics::BlendAlpha | static |
blend(PixelFormat format, PackedColor src, uint8_t *dstptr, size_t length) | Graphics::BlendAlpha | static |
blend(PixelFormat format, const uint8_t *srcptr, uint8_t *dstptr, size_t length, uint8_t alpha) | Graphics::BlendAlpha | static |
blend(PixelFormat format, const uint8_t *srcptr, uint8_t *dstptr, size_t length) const | Graphics::BlendAlpha | inline |
BlendAlpha(uint8_t alpha) | Graphics::BlendAlpha | inline |
BlendAlpha(Color color) | Graphics::BlendAlpha | inline |
BlendAlpha(PackedColor color) | Graphics::BlendAlpha | inline |
blendChannel(uint8_t fg, uint8_t bg, uint8_t alpha) | Graphics::BlendAlpha | static |
blendColor(PixelBuffer fg, PixelBuffer bg, uint8_t alpha) | Graphics::BlendAlpha | static |
blendColor(Color fg, Color bg, uint8_t alpha) const | Graphics::BlendAlpha | inline |
blendRGB24(PackedColor src, uint8_t *dstptr, size_t length) | Graphics::BlendAlpha | static |
blendRGB565(uint16_t src, uint16_t dst, uint8_t alpha) | Graphics::BlendAlpha | static |
blendRGB565(uint16_t src, uint8_t *dstptr, size_t length, uint8_t alpha) | Graphics::BlendAlpha | static |
blendRGB565(const uint8_t *srcptr, uint8_t *dstptr, size_t length, uint8_t alpha) | Graphics::BlendAlpha | static |
cbegin() const | LinkedObjectTemplate< Asset > | inline |
cend() const | LinkedObjectTemplate< Asset > | inline |
ConstIterator typedef | LinkedObjectTemplate< Asset > | |
end() const | LinkedObjectTemplate< Asset > | inline |
getNext() const | LinkedObjectTemplate< Asset > | inline |
getTypeStr() const | Graphics::Asset | virtual |
ID typedef | Graphics::Asset | |
id() const | Graphics::Asset | inline |
insertAfter(Asset *object) | LinkedObjectTemplate< Asset > | inline |
LinkedObject::insertAfter(LinkedObject *object) | LinkedObject | inline |
Iterator typedef | LinkedObjectTemplate< Asset > | |
List typedef | Graphics::Asset | |
Mode enum name | Graphics::Blend | |
mode() const override | Graphics::BlendTemplate< BlendAlpha, BlendMode::Alpha > | inlinevirtual |
next() const | LinkedObject | inlinevirtual |
operator!=(const LinkedObject &other) const | LinkedObject | inline |
operator==(ID id) const | Graphics::Asset | inline |
LinkedObjectTemplate< Asset >::operator==(const LinkedObject &other) const | LinkedObject | inline |
OwnedList typedef | Graphics::Asset | |
transform(PixelFormat format, PackedColor src, uint8_t *dstptr, size_t length) const override | Graphics::BlendTemplate< BlendAlpha, BlendMode::Alpha > | inlinevirtual |
transform(PixelFormat format, const uint8_t *srcptr, uint8_t *dstptr, size_t length) const override | Graphics::BlendTemplate< BlendAlpha, BlendMode::Alpha > | inlinevirtual |
Type enum name | Graphics::Asset | |
type() const override | Graphics::AssetTemplate< AssetType::Blend > | inlinevirtual |
write(MetaWriter &meta) const override | Graphics::BlendAlpha | inlinevirtual |
~LinkedObject() | LinkedObject | inlinevirtual |