PackedColor 166 3rdparty/openexr/Imath/ImathColorAlgo.h PackedColor PackedColor 178 3rdparty/openexr/Imath/ImathColorAlgo.h return ( (PackedColor) (c.x * 255) | PackedColor 179 3rdparty/openexr/Imath/ImathColorAlgo.h (((PackedColor) (c.y * 255)) << 8) | PackedColor 180 3rdparty/openexr/Imath/ImathColorAlgo.h (((PackedColor) (c.z * 255)) << 16) | 0xFF000000 ); PackedColor 185 3rdparty/openexr/Imath/ImathColorAlgo.h PackedColor PackedColor 198 3rdparty/openexr/Imath/ImathColorAlgo.h return ( (PackedColor) (c.r * 255) | PackedColor 199 3rdparty/openexr/Imath/ImathColorAlgo.h (((PackedColor) (c.g * 255)) << 8) | PackedColor 200 3rdparty/openexr/Imath/ImathColorAlgo.h (((PackedColor) (c.b * 255)) << 16) | PackedColor 201 3rdparty/openexr/Imath/ImathColorAlgo.h (((PackedColor) (c.a * 255)) << 24)); PackedColor 213 3rdparty/openexr/Imath/ImathColorAlgo.h packed2rgb(PackedColor packed, Vec3<T> &out) PackedColor 217 3rdparty/openexr/Imath/ImathColorAlgo.h T f = limits<T>::max() / ((PackedColor)0xFF); PackedColor 233 3rdparty/openexr/Imath/ImathColorAlgo.h packed2rgb(PackedColor packed, Color4<T> &out) PackedColor 237 3rdparty/openexr/Imath/ImathColorAlgo.h T f = limits<T>::max() / ((PackedColor)0xFF);