| 103 | bool filter; |
| 104 | |
| 105 | MapColorSetMergeItem() |
| 106 | : src_color(nullptr), |
| 107 | dest_color(nullptr), |
| 108 | dest_index(0), |
| 109 | lower_bound(0), |
| 110 | upper_bound(0), |
| 111 | lower_errors(0), |
| 112 | upper_errors(0), |
| 113 | filter(false) |
| 114 | { } |
| 115 | }; |
| 116 | |
| 117 | /** The mapping of all colors in a source MapColorSet |
nothing calls this directly
no outgoing calls
no test coverage detected