colorFormat property

int get colorFormat

Implementation

int get colorFormat => js_util.getProperty(this, 'colorFormat');
set colorFormat (int newValue)

Implementation

set colorFormat(int newValue) {
  js_util.setProperty(this, 'colorFormat', newValue);
}