Cobbletext
0.2.0
Complex text layout and rendering engine
cobbletext
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
9
class
COBBLETEXT_CPP_API
Math
{
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
Generated by
1.8.17