toHex8 method

String toHex8()

Implementation

String toHex8() {
  return '0x${'${_toHex(a)}${_toHex(r)}${_toHex(g)}${_toHex(b)}'.toUpperCase()}';
}