(value)
| 176 | value: color, |
| 177 | defaultValue: value !== undefined ? initialValue : (defaultValue as Color), |
| 178 | setValue(value) { |
| 179 | setColor(normalizeColor(value)); |
| 180 | }, |
| 181 | xValue, |
| 182 | setXValue, |
| 183 | yValue, |
nothing calls this directly
no test coverage detected