strip method

ColorFloatStrip strip()

Implementation

ColorFloatStrip strip() => (
      red: red / 255.toDouble(),
      green: green / 255.toDouble(),
      blue: blue / 255.toDouble(),
      alpha: alpha / 255.toDouble()
    );