Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ApplyScale
Function
ApplyScale
src/OpenColorIO/ops/log/LogOpCPU.cpp:349–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
inline void ApplyScale(float * pix, const float scale)
350
{
351
pix[0] = pix[0] * scale;
352
pix[1] = pix[1] * scale;
353
pix[2] = pix[2] * scale;
354
}
355
356
inline void ApplyScale(float * pix, const float * scale)
357
{
Callers
1
apply
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected