summaryrefslogtreecommitdiffhomepage
path: root/include/rodeo_math.h
blob: 4dee9ae3dbf2468a47716f8182e95c8e7a01b950 (plain)
1
2
3
4
5
6
7
8
9
10
11

// public internal
#include "rodeo_types.h"

// system
#include "stdint.h"

uint32_t
Rodeo__\
Math__\
color_rgba_to_uint32(const rodeo_rgba_t color);