Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ save
Function
save
src/OpenColorIO/OCIOYaml.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
inline void save(YAML::Emitter& out, BitDepth depth)
172
{
173
out << BitDepthToString(depth);
174
}
175
176
inline void load(const YAML::Node& node, Allocation& alloc)
177
{
Callers
4
EmitBaseTransformKeyValues
Function · 0.70
savePivot
Function · 0.70
saveClamp
Function · 0.70
Write
Method · 0.70
Calls
15
BitDepthToString
Function · 0.85
AllocationToString
Function · 0.85
TransformDirectionToString
Function · 0.85
InterpolationToString
Function · 0.85
saveDescription
Function · 0.85
EmitBaseTransformKeyValues
Function · 0.85
EmitTransformName
Function · 0.85
IsVecEqualToOne
Function · 0.85
IsVecEqualToZero
Function · 0.85
IsScalarEqualToOne
Function · 0.85
CDLStyleToString
Function · 0.85
NegativeStyleToString
Function · 0.85
Tested by
no test coverage detected