Conversation
|
@mor39a Thank you for creating the PR so quickly. I've left some review comments, so I'd appreciate it if you could take a look. |
Co-authored-by: Takuto NAKAMURA (Kyome) <kyomesuke@gmail.com>
And rename it to IconRecolorizer
|
@mor39a It seems like it would work if we could just change the RGB values from 0 to 255 while keeping the alpha value as is.
|
|
Oh! I've discovered that there's an issue with the
|
|
I'm going to try creating Icon instances using PNGs instead of ICOs on my end. |
That's currently the case; I only modify the RGB values and leave the alpha channel intact. |
Resolve the visual degradation issue when inverting the runner's colors.
Kyome22
left a comment
There was a problem hiding this comment.
LGTM
There are some unnecessary diffs, but they were caused by Visual Studio's auto-generation, so let's just leave them as they are.







Context of Contribution
Summary of the Proposal
Memory usage was reduced in files with the same icon in different colors by creating a function that modifies the color at compile time.
Reason for the new feature
It reduces the amount of unnecessary resource usage in terms of file size.
Commented on #260
Checklist