summaryrefslogtreecommitdiffstats
path: root/libdimension-python/Color.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension-python/Color.h')
-rw-r--r--libdimension-python/Color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdimension-python/Color.h b/libdimension-python/Color.h
index 2749f2f..533a9e5 100644
--- a/libdimension-python/Color.h
+++ b/libdimension-python/Color.h
@@ -21,6 +21,7 @@
typedef struct dmnsn_py_Color {
PyObject_HEAD
dmnsn_color c;
+ dmnsn_color sRGB;
} dmnsn_py_Color;
extern PyTypeObject dmnsn_py_ColorType;