ILXL / ILXL/cpputils

Alpha channel

Open
#8 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Can we create a Color class with an Alpha channel? Maybe call it ColorAlpha or something like that?
We can also create a GetColorAlpha and SetColorAlpha to use the alpha channel.
This might also mean we need to create overloads for all other functions using Color, like DrawLine.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the existing Color class, GetColor/SetColor functions, and DrawLine entry point. Clarify whether alpha belongs in a new Color type or the existing API, then enumerate the Color-based functions that need compatible overloads and define the expected alpha behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.