normalize property

void normalize=(bool value)

A Boolean value that, if true, specifies that the input color values are normalized.

Implementation

set normalize(bool value) {
  _normalize.value = value;
}