killercup / killercup/hsl-rs

Add Support for HSLA

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.