sRGBHex property
String
get
sRGBHex
Implementation
String get sRGBHex => js_util.getProperty(this, 'sRGBHex');
set
sRGBHex
(String newValue)
Implementation
set sRGBHex(String newValue) {
js_util.setProperty(this, 'sRGBHex', newValue);
}