systemAccentPrimary

@JvmName(name = "getSystemAccentPrimary")
fun systemAccentPrimary(value: Int = 0): Int

Get the "system-accent-1"'s all depth colors.

Return

Int

Parameters

value

the color depth, only can be 0, 10, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, default is 0.

Throws