Add Support for HSLA
Open
enhancement
- Dominant language
- Rust
- Stars
- 22
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Adding a alpha channel should not be hard:
- If a RGBA input is given, reuse the alpha channel,
- else set it to `1`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Rust types and conversion code for RGB, RGBA, and HSL colors. Trace how RGB input is converted and identify the existing tests or test setup. Done means HSLA support preserves an RGBA input's alpha channel and uses 1 for other inputs, with coverage for both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100