Color

data class Color(val r: Int, val g: Int, val b: Int, val a: Int) : NoHornyImage.Instruction

Constructors

Link copied to clipboard
constructor(r: Int, g: Int, b: Int, a: Int)

Properties

Link copied to clipboard
val a: Int
Link copied to clipboard
val b: Int
Link copied to clipboard
val g: Int
Link copied to clipboard
val r: Int