colorFormat property

int colorFormat

Implementation

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

Implementation

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