IEvsColors

interface IEvsColors

Color Utility interface

Functions

Link copied to clipboard
open fun fromHexString(hexColor: String): Int

Converts hex string to int color

Link copied to clipboard
open fun fromRgb(r: Int, g: Int, b: Int): Int

Converts r,g,b values to int color