setRGBColor

open fun setRGBColor(rgbHexColor: String, rgbHexColor2: String)

Parameters

rgbHexColor

color represented with 7 characters (1 to start with #, 2 for red, 2 for green and 2 for blue)


open fun setRGBColor(r: Int, g: Int, b: Int, r2: Int, g2: Int, b2: Int)

Values range 0 to 255