aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics/color.h
blob: 62ded72b404b165811d6644acbeeea7cef84fd8d (plain)
1
2
3
4
5
6
7
8
#ifndef MGL_COLOR_H
#define MGL_COLOR_H

typedef struct {
    float r, g, b, a;
} mgl_color;

#endif /* MGL_COLOR_H */