CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Fields
caps_dot_cmyk Struct Reference

One byte per component, four components per dot: CMYKCMYK... More...

Data Fields

uint8_t cyan
 
uint8_t magenta
 
uint8_t yellow
 
uint8_t key
 

Detailed Description

Refers to CAPS_CF_CMYK

0x00 mean no component, 0xff means full component.

And thus, 0x00/0x00/0x00/0x00 means: keep the paper's colour

Field Documentation

◆ cyan

uint8_t cyan

The cyan colour component of the pixel. 0x00 means none

◆ magenta

uint8_t magenta

The magenta colour component of the pixel. 0x00 means none

◆ yellow

uint8_t yellow

The yellow colour component of the pixel. 0x00 means none

◆ key

uint8_t key

The black colour component of the pixel. 0x00 means none


The documentation for this struct was generated from the following file: