fromRgb

open fun fromRgb(r: Int, g: Int, b: Int): Int

Converts r,g,b values to int color

Return

rgba color, int representation

Parameters

r

red

g

green

b

blue