Skip to content

[Feature Request] Color variable  #2076

@CKY-

Description

@CKY-

Describe the solution you'd like
Please expose into a variable color information,
Examples
$color[red, hex] = #ff0000
$color[green, hexa, .50] = #00ff00A0
$color[green, ahex, .50] = #A000ff00
$color[purple, rgb] = [255, 0, 255]
$color[pink, rgba, .25] = [255, 0, 150, .25]
$color[pink, argb, .25] = [255, 0, 150, .25]
$color[#ff0c90, rgbp] = [1.0, 0.0, 0.50]
$color[#f00, hsl] = [1.0, 0.0, 0.50]
$color[$arg[1], hsv] = [1.0, 0.0, 0.50]

the hex and hexa and rgb rgba would be most useful and argb for the obs change color
this should accept arguments from chat and channel rewards as well as be useable in custom variables and HTML HTTP effects,

Metadata

Metadata

Assignees

Labels

Dev CompletePlugin OpportunitySomething that should be a plugin rather than a built in feature

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions