Cobbletext  0.2.0
Complex text layout and rendering engine
Math.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <stdint.h>
4 
5 #include "macros.h"
6 
7 namespace cobbletext {
8 
10 public:
11  static uint32_t alpha_blend_over_argb(uint32_t background,
12  uint32_t foreground);
13 
14  static uint32_t gamma_argb(uint32_t color, double gamma);
15 };
16 
17 }
cobbletext::Math
Definition: Math.hpp:9
macros.h
COBBLETEXT_CPP_API
#define COBBLETEXT_CPP_API
Macro for Windows C++ symbol import and export.
Definition: macros.h:33
cobbletext
Definition: AdvanceInfo.hpp:8