MCPcopy 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
136void CapturedColor::addColor(ColorRgb i)
137{
138 addColor(byte3{ i.red, i.green, i.blue });
139}
140
141void CapturedColor::addColor(const byte3& i)
142{

Callers 2

readBlockFunction · 0.80
setTestDataMethod · 0.80

Calls 1

beginMethod · 0.80

Tested by

no test coverage detected