Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ChangeLightness
Function
ChangeLightness
src/TrackArtist.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
namespace
54
{
55
void ChangeLightness(wxPen& pen, int ialpha)
56
{
57
pen.SetColour(pen.GetColour().ChangeLightness(ialpha));
58
}
59
60
void ChangeLightness(wxBrush& brush, int ialpha)
61
{
Callers
1
SetColours
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected