argbFromRgb

open fun argbFromRgb(red: Int, green: Int, blue: Int): Int

Converts a color from RGB components to ARGB format.