ColorType

open inner class ColorType

32-bit ARGB color value, not premultiplied. The color components are always in a known order. Equivalent to the SkColor type.

Constructors

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

Functions

Link copied to clipboard
Link copied to clipboard
open fun getColor(): Long