MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / value

Method value

src/python/PyImath/PyImathColor3.cpp:647–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645template PYIMATH_EXPORT class_<FixedArray<Color3<unsigned char> > > register_Color3Array<unsigned char>();
646
647template<> PYIMATH_EXPORT IMATH_NAMESPACE::Color3<float> PyImath::FixedArrayDefaultValue<IMATH_NAMESPACE::Color3<float> >::value()
648{ return IMATH_NAMESPACE::Color3<float>(0,0,0); }
649template<> PYIMATH_EXPORT IMATH_NAMESPACE::Color3<unsigned char> PyImath::FixedArrayDefaultValue<IMATH_NAMESPACE::Color3<unsigned char> >::value()
650{ return IMATH_NAMESPACE::Color3<unsigned char>(0,0,0); }
651

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected