Color

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String