kotlin-homie / org.homieiot.colors

Package org.homieiot.colors

Types

HSV

data class HSV

A color model represented as three values: hue, saturation, and value

RGB

data class RGB

An additive color model in which red, green and blue light are added together in various ways to reproduce a broad array of colors.