🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

toArgb

Converts this color to an ARGB color int.

toArgb

Source set: Common
public fun Color.toArgb(): Int

Converts this color to an ARGB color int. A color int is always in the sRGB color space. This implies a color space conversion is applied if needed.

Return

An ARGB color in the sRGB color space