Color

open class Color

Author

Umang Chamaria Date: 2019-09-05

Constructors

Color
Link copied to clipboard
open fun Color(red: Int, green: Int, blue: Int, alpha: Float)

Functions

toString
Link copied to clipboard
open fun toString(): String

Properties

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