Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ toLinear
Function
toLinear
apps/desktop/main/window-titlebar.ts:60–62 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
58
}
59
60
function
toLinear(value: number): number {
61
return
value <= 0.03928 ? value / 12.92 : ((value + 0.055) / 1.055) ** 2.4
62
}
Callers
1
getReadableSymbolColor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected