add PtkRGB docs
This commit is contained in:
parent
db5d004c43
commit
1461293594
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#ifndef PTK_PTK_COLOR_H_
|
#ifndef PTK_PTK_COLOR_H_
|
||||||
#define PTK_PTK_COLOR_H_
|
#define PTK_PTK_COLOR_H_
|
||||||
|
|
||||||
|
// all values in range [0.0, 1.0]
|
||||||
typedef union {
|
typedef union {
|
||||||
struct {
|
struct {
|
||||||
float r;
|
float r;
|
||||||
|
|
Loading…
Reference in a new issue