setDynamicColor

abstract fun setDynamicColor(target: Int, color: Int)

Sets a dynamic color (foreground, background, or cursor color).

Parameters

target

Target color identifier (10 for foreground, 11 for background, 12 for cursor).

color

The packed ARGB color value.