Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ addColor
Method
addColor
sources/lut-calibrator/CapturedColor.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
136
void CapturedColor::addColor(ColorRgb i)
137
{
138
addColor(byte3{ i.red, i.green, i.blue });
139
}
140
141
void CapturedColor::addColor(const byte3& i)
142
{
Callers
2
readBlock
Function · 0.80
setTestData
Method · 0.80
Calls
1
begin
Method · 0.80
Tested by
no test coverage detected