RGB

class RGB(var red: Int, var green: Int, var blue: Int)

Constructors

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

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun toHex(): String