Searched defs:ColorInput (Results 1 – 1 of 1) sorted by relevance
102 typedef struct ColorInput { struct103 const uint8_t *redInput;104 const uint8_t *greenInput;105 const uint8_t *blueInput;106 } ColorInput; typedef