Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ColorSpace
Method
ColorSpace
src/OpenColorIO/ColorSpace.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
ColorSpace::ColorSpace(ReferenceSpaceType referenceSpace)
120
: m_impl(new ColorSpace::Impl(referenceSpace))
121
{
122
}
123
124
ColorSpace::~ColorSpace()
125
{
Callers
15
_update_scene_reference_space
Method · 0.45
_update_display_reference_space
Method · 0.45
_new_item
Method · 0.45
_set_value
Method · 0.45
_get_placeholder_view
Method · 0.45
test_using_rules
Method · 0.45
test_MergeColorSpace
Method · 0.45
test_copy
Method · 0.45
test_canonical_name
Method · 0.45
test_virtual_display
Method · 0.45
setUp
Method · 0.45
test_constructor_with_keyword
Method · 0.45
Calls
no outgoing calls
Tested by
12
test_using_rules
Method · 0.36
test_MergeColorSpace
Method · 0.36
test_copy
Method · 0.36
test_canonical_name
Method · 0.36
test_virtual_display
Method · 0.36
setUp
Method · 0.36
test_constructor_with_keyword
Method · 0.36
test_constructor_without_keyword
Method · 0.36
test_constructor_without_parameter
Method · 0.36
test_aliases
Method · 0.36
test_get_processor_errors
Method · 0.36
addFTAndTestIsArchivable
Method · 0.36