Color3()=default (defined in Color3) | Color3 | |
Color3(float r, float g, float b) (defined in Color3) | Color3 | inline |
data() | VectorN< Color3, float, 3 > | inline |
data() const | VectorN< Color3, float, 3 > | inline |
dot(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
getMagnitude() const | VectorN< Color3, float, 3 > | inline |
getNormalized() const | VectorN< Color3, float, 3 > | inline |
linearToSrgb() const | Color3 | |
numElements() | VectorN< Color3, float, 3 > | inlinestatic |
operator!=(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator*(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator*(float s) const | VectorN< Color3, float, 3 > | inline |
operator*=(const Color3 &rhs) | VectorN< Color3, float, 3 > | inline |
operator*=(float s) | VectorN< Color3, float, 3 > | inline |
operator+(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator+=(const Color3 &rhs) | VectorN< Color3, float, 3 > | inline |
operator-(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator-() const | VectorN< Color3, float, 3 > | inline |
operator-=(const Color3 &rhs) | VectorN< Color3, float, 3 > | inline |
operator/(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator/(float s) const | VectorN< Color3, float, 3 > | inline |
operator/=(const Color3 &rhs) | VectorN< Color3, float, 3 > | inline |
operator/=(float s) | VectorN< Color3, float, 3 > | inline |
operator<(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator==(const Color3 &rhs) const | VectorN< Color3, float, 3 > | inline |
operator[](size_t i) | VectorN< Color3, float, 3 > | inline |
operator[](size_t i) const | VectorN< Color3, float, 3 > | inline |
srgbToLinear() const | Color3 | |