| 106 | } |
| 107 | |
| 108 | void |
| 109 | ColorConfig::deserialize(Suscan::Object const &conf) |
| 110 | { |
| 111 | CCLOAD(lcdBackground); |
| 112 | CCLOAD(lcdForeground); |
| 113 | CCLOAD(spectrumBackground); |
| 114 | CCLOAD(spectrumForeground); |
| 115 | CCLOAD(spectrumAxes); |
| 116 | CCLOAD(spectrumText); |
| 117 | CCLOAD(constellationForeground); |
| 118 | CCLOAD(constellationBackground); |
| 119 | CCLOAD(constellationAxes); |
| 120 | CCLOAD(transitionForeground); |
| 121 | CCLOAD(transitionBackground); |
| 122 | CCLOAD(transitionAxes); |
| 123 | CCLOAD(histogramForeground); |
| 124 | CCLOAD(histogramBackground); |
| 125 | CCLOAD(histogramAxes); |
| 126 | CCLOAD(histogramModel); |
| 127 | CCLOAD(symViewLow); |
| 128 | CCLOAD(symViewHigh); |
| 129 | CCLOAD(symViewBackground); |
| 130 | CCLOAD(selection); |
| 131 | CCLOAD(filterBox); |
| 132 | } |