toIntHSV method

List<int> toIntHSV()

Implementation

List<int> toIntHSV() => [for (var c in toHSV()) (c * 255).toInt()];