-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or requesthigh prioritySomething cruicial to get working soon.Something cruicial to get working soon.
Description
Currently the Strand.color field can be a hex string (e.g., "#ffaa12") or a map (e.g., {"r": 123, "g": 456, "789"}).
codenano also uses a decimal integer, e.g., 123456 interpreted as a 24-bit number encoding the RGB values 8 bits at a time. Accept this sort of color specification as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthigh prioritySomething cruicial to get working soon.Something cruicial to get working soon.