Vuo  2.3.2
VuoColorspace.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoColor.h"
13 #include "VuoData.h"
14 
16 void VuoColorspace_getCMYKA(VuoColor color, int colorspace, VuoReal *c, VuoReal *m, VuoReal *y, VuoReal *k, VuoReal *a);
17 
20