|
opynsim
Unofficial C++ Documentation
|
#include <liboscar/graphics/rgba.h>#include <format>#include <optional>#include <string>#include <string_view>Go to the source code of this file.
Classes | |
| struct | std::formatter< osc::Color > |
Namespaces | |
| namespace | osc |
Typedefs | |
| using | osc::Color = Rgba< float > |
Functions | |
| float | osc::to_linear_colorspace (float srgb_component_value) |
| float | osc::to_srgb_colorspace (float linear_component_value) |
| Color | osc::to_linear_colorspace (const Color &) |
| Color | osc::to_srgb_colorspace (const Color &) |
| std::string | osc::to_html_string_rgba (const Color &) |
| std::optional< Color > | osc::try_parse_html_color_string (std::string_view) |
| Color | osc::multiply_luminance (const Color &color, float factor) |