![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Monochrome halftone processing.
Data Fields | |
| unsigned | right_left:1 |
| unsigned | shade_count |
| enum halftone_type | type |
| unsigned | cnt |
| struct monochrome_converter | cnf |
| unsigned | lines_filled |
| unsigned | lines_padded |
| unsigned right_left |
Halftone algorithm processing direction: left->right or right->left
| unsigned shade_count |
Count of shades to consider when processing. Currently: 2!
| enum halftone_type type |
The type of halftone algorithm of this converter
| unsigned cnt |
Pixel count in each line
| struct monochrome_converter cnf |
Data the halftone algorithm works on
| unsigned lines_filled |
Already filled lines in monochrome_converter::sliding_line for pre-loading the halftone method
| unsigned lines_padded |
Padded lines in monochrome_converter::sliding_line for draining the halftone method