add PtkRGB docs

This commit is contained in:
jacekpoz 2024-08-14 00:09:32 +02:00
parent db5d004c43
commit 1461293594
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,6 +1,7 @@
#ifndef PTK_PTK_COLOR_H_
#define PTK_PTK_COLOR_H_
// all values in range [0.0, 1.0]
typedef union {
struct {
float r;