toSrgb method

Srgb toSrgb()

Implementation

Srgb toSrgb() {
  return Srgb._(
    _oetf(r),
    _oetf(g),
    _oetf(b),
  );
}