colorFromRgb

expect fun colorFromRgb(red: UByte, green: UByte, blue: UByte): Color

Creates a color from RGB (Red, Green, Blue) values.

Return

A new color.

Parameters

red

The red color value.

green

The green color value.

blue

The blue color value.

actual fun colorFromRgb(red: UByte, green: UByte, blue: UByte): Color
actual fun colorFromRgb(red: UByte, green: UByte, blue: UByte): Color