Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ setPower
Method
setPower
src/OpenColorIO/ops/cdl/CDLOpCPU.cpp:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void RenderParams::setPower(float r, float g, float b)
50
{
51
m_power[0] = r;
52
m_power[1] = g;
53
m_power[2] = b;
54
m_power[3] = 1.f;
55
}
56
57
void RenderParams::setSaturation(float sat)
58
{
Callers
9
parse_luts
Function · 0.45
transform
Method · 0.45
load
Function · 0.45
test_power
Method · 0.45
test_validate_power
Method · 0.45
OCIO_ADD_GPU_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
OCIO_ADD_TEST
Function · 0.45
OCIO_OSL_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_power
Method · 0.36
test_validate_power
Method · 0.36
OCIO_ADD_GPU_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36
OCIO_ADD_TEST
Function · 0.36
OCIO_OSL_TEST
Function · 0.36