I was wondering if you're planning to add ARGB support.
Contributor guide
Tech stack
reactjavascript
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Understanding of ReactKnowledge of ARGB color format
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
50
Research direction
Examine how ColorWrap currently handles color formats by looking at the source files in the repository. Check for existing color conversion utilities (e.g., hex to rgba). Review the issue comments for any additional discussion. Identify where ARGB parsing and serialization should be added, and then implement consistent support across all color pickers.