packARGB

open fun packARGB(r: Float, g: Float, b: Float, a: Float): Int(source)
open fun packARGB(a: Int, r: Int, g: Int, b: Int): Int(source)