toColor method

Color toColor()

Implementation

Color toColor() {
  return ColorUint8.rgba(red, green, blue, alpha);
}