|
tiny-skia-cpp
A C++20 2D rendering library (port of tiny-skia)
|
This is the complete list of members for tiny_skia::Color, including all inherited members.
| applyOpacity(float opacity) | tiny_skia::Color | inline |
| fromRgba(float red, float green, float blue, float alpha) | tiny_skia::Color | static |
| fromRgba8(AlphaU8 red, AlphaU8 green, AlphaU8 blue, AlphaU8 alpha) | tiny_skia::Color | static |
| fromRgbaUnchecked(float red, float green, float blue, float alpha) | tiny_skia::Color | static |
| premultiply() const | tiny_skia::Color | |
| toColorU8() const | tiny_skia::Color |