MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / FieldFound

Enum FieldFound

src/OpenColorIO/OCIOYaml.cpp:1022–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020 t = ExponentWithLinearTransform::Create();
1021
1022 enum FieldFound
1023 {
1024 NOTHING_FOUND = 0x00,
1025 GAMMA_FOUND = 0x01,
1026 OFFSET_FOUND = 0x02,
1027 FIELDS_FOUND = (GAMMA_FOUND|OFFSET_FOUND)
1028 };
1029
1030 FieldFound fields = NOTHING_FOUND;
1031

Callers 1

loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected