| BaseClass typedef | icmm::CFastColor | |
| CFastColor() | icmm::CFastColor | inline |
| CFastColor(int componentsCount, double value=0) | icmm::CFastColor | inlineexplicit |
| CFastColor(const CFastColor &color) | icmm::CFastColor | inline |
| CFastColor(std::initializer_list< double > values) | icmm::CFastColor | inline |
| CFastColor(const imath::TVector< Size > &vector) | icmm::CFastColor | inline |
| CFastColor(const icmm::CVarColor &color) | icmm::CFastColor | |
| Clear() | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| ElementType typedef | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| EnsureElementsCount(int count, double value=0) | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::EnsureElementsCount(int count, const double &value=double()) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetAsLab() const | icmm::CFastColor | |
| GetDistance(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetDistance2(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetDotProduct(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetElement(int i) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetElementRef(int i) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetElementsCount() const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetElementsSum() const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| GetLength() const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetLength2() const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetMaximal(const TFastVector< MaxSize, double > &vector, TFastVector< MaxSize, double > &result) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| GetMinimal(const TFastVector< MaxSize, double > &vector, TFastVector< MaxSize, double > &result) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| GetNormalized(CFastColor &result) const | icmm::CFastColor | |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::GetNormalized(TFastVector< MaxSize, double > &result, double length=1.0) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| GetRounded(const imath::IDoubleManip &manipulator, CFastColor &result) | icmm::CFastColor | |
| GetTranslated(const TFastVector< MaxSize, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| GetTranslated(const TFastVector< MaxSize, double > &vector, TFastVector< MaxSize, double > &result) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| IsNormalized() const | icmm::CFastColor | inline |
| IsNull(double tolerance=I_BIG_EPSILON) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| IsRoundedEqual(const CFastColor &color, const imath::IDoubleManip &manipulator) const | icmm::CFastColor | |
| IsSimilar(const CFastColor &color, double tolerance=I_BIG_EPSILON) const | icmm::CFastColor | inline |
| m_elements | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | protected |
| m_elementsCount | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | protected |
| MAX_ELEMENTS_COUNT enum value | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| Normalize() | icmm::CFastColor | |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::Normalize(double length=1.0) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| operator icmm::CVarColor() const | icmm::CFastColor | inline |
| operator!=(const CFastColor &vector) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator!=(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator*(const CFastColor &color) const | icmm::CFastColor | inline |
| operator*(double value) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator*(double scalar) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator*=(const CFastColor &color) | icmm::CFastColor | inline |
| operator*=(double value) | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator*=(double scalar) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator+(const CFastColor &color) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator+(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator+=(const CFastColor &color) | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator+=(const TFastVector< MaxSize, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator-(const CFastColor &color) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator-() const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator-(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator-=(const CFastColor &color) | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator-=(const TFastVector< MaxSize, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator/(const CFastColor &color) const | icmm::CFastColor | inline |
| operator/(double value) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator/(double scalar) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator/=(const CFastColor &color) | icmm::CFastColor | inline |
| operator/=(double value) | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator/=(double scalar) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator<(const CFastColor &vector) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator<(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| operator<=(const CFastColor &vector) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator<=(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| operator=(const CFastColor &color) | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator=(const TFastVector< MaxSize, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator==(const CFastColor &vector) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator==(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| operator>(const CFastColor &vector) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator>(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| operator>=(const CFastColor &vector) const | icmm::CFastColor | inline |
| TFastVector< MAX_COLOR_COMPONENTS_COUNT >::operator>=(const TFastVector< MaxSize, double > &vector) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| operator[](int i) const | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| operator[](int i) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| ScaledCumulate(const TFastVector< MaxSize, double > &vector, double scale) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| Serialize(iser::IArchive &archive) | icmm::CFastColor | |
| SetAsLab(const icmm::CLab &lab) | icmm::CFastColor | |
| SetElement(int i, const double &value) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| SetElementsCount(int count, const double &value=double()) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| SetElementsFrom(const TFastVector &vector, const double &expansionValue=double()) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | |
| TFastVector() | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| TFastVector(int componentsCount, const double &value=double()) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inlineexplicit |
| TFastVector(const TFastVector< MaxSize, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| TFastVector(std::initializer_list< double > values) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| TFastVector(const imath::TVector< Size, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |
| Translate(const TFastVector< MaxSize, double > &vector) | imath::TFastVector< MAX_COLOR_COMPONENTS_COUNT > | inline |