sRGBHex property

String sRGBHex

Implementation

String get sRGBHex => js_util.getProperty(this, 'sRGBHex');
void sRGBHex=(String newValue)

Implementation

set sRGBHex(String newValue) {
  js_util.setProperty(this, 'sRGBHex', newValue);
}