kotlin-homie / org.homieiot.colors / HSV / <init>

<init>

HSV(triple: Triple<Int, Int, Int>)

Create a color model using a triple, the first value is hue, the second is saturation and the third is value

Constructor
Create a color model using a triple, the first value is hue, the second is saturation and the third is value

HSV(hue: Int, saturation: Int, value: Int)

Create a color model based on hue, saturation and value

Constructor
Create a color model based on hue, saturation and value