Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ CPUProcessor
Function
CPUProcessor
include/OpenColorIO/OpenColorIO.h:2861–2861 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2859
void applyRGBA(float * pixel) const;
2860
2861
CPUProcessor(const CPUProcessor &) = delete;
2862
CPUProcessor& operator= (const CPUProcessor &) = delete;
2863
/// Do not use (needed only for pybind11).
2864
~CPUProcessor();
Callers
1
OpenColorIO.h
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected