Many languages store colors as integers which usually can be written as 0xFFFFFF for rgb and 0xFFFFFFFF for rgba.
This package is supposed to add the color picker to other langauges than CSS so I think this would be a nice addition. I've encountered this in languages like C, Nim, Dart, Rust, Python and Go.
Many languages store colors as integers which usually can be written as
0xFFFFFF
for rgb and0xFFFFFFFF
for rgba. This package is supposed to add the color picker to other langauges than CSS so I think this would be a nice addition. I've encountered this in languages like C, Nim, Dart, Rust, Python and Go.