Color

data class Color(val red: Int, val green: Int, val blue: Int)

Constructors

Link copied to clipboard
constructor(red: Int, green: Int, blue: Int)

Properties

Link copied to clipboard
val blue: Int
Link copied to clipboard
val green: Int
Link copied to clipboard
val red: Int

Functions

Link copied to clipboard