ColorComponentInfo

class ColorComponentInfo(val name: String, val isPolar: Boolean, val min: Float, val max: Float)

Constructors

Link copied to clipboard
constructor(name: String, isPolar: Boolean, min: Float, max: Float)

Properties

Link copied to clipboard

true if this component uses polar coordinates (e.g. a hue), and false if it's rectangular.

Link copied to clipboard
val max: Float

The maximum of the reference range for this component.

Link copied to clipboard
val min: Float

The minimum of the reference range for this component.

Link copied to clipboard

The name of this component