3ds Max C++ API Reference
|
This is the complete list of members for Color, including all inherited members.
aligned_free(void *ptr) | MaxHeapOperators | static |
aligned_malloc(size_t size, size_t alignment) | MaxHeapOperators | static |
aligned_realloc(void *ptr, size_t size, size_t alignment) | MaxHeapOperators | static |
b | Color | |
Black() | Color | inline |
ClampMax() | Color | |
ClampMin() | Color | |
ClampMinMax() | Color | |
Color()=default | Color | |
Color(const Color &)=default | Color | |
Color(Color &&)=default | Color | |
Color(const AColor &c) | Color | |
Color(AColor &&c) | Color | |
Color(float R, float G, float B) | Color | inline |
Color(double R, double G, double B) | Color | inline |
Color(int R, int G, int B) | Color | inline |
Color(DWORD rgb) | Color | explicit |
Color(const Point3 &p) | Color | inline |
Color(float af[3]) | Color | inlineexplicit |
Color(RealPixel rp) | Color | inlineexplicit |
Color(const BMM_Color_24 &c) | Color | inline |
Color(const BMM_Color_32 &c) | Color | inline |
Color(const BMM_Color_48 &c) | Color | inline |
Color(const BMM_Color_64 &c) | Color | inline |
Color(const BMM_Color_fl &c) | Color | inline |
FindClosestMatchingKelvinTemperature() const | Color | |
FromKelvinTemperature(const float kelvin_temperature, const float intensity=1.0f) | Color | static |
g | Color | |
operator BMM_Color_24() | Color | inline |
operator BMM_Color_32() | Color | inline |
operator BMM_Color_48() | Color | inline |
operator BMM_Color_64() | Color | inline |
operator BMM_Color_fl() | Color | inline |
operator const float *() const | Color | inline |
operator delete(void *ptr) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | static |
operator delete[](void *ptr) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator float *() | Color | inline |
operator new(size_t size) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | static |
operator new[](size_t size) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator RealPixel() | Color | |
operator!=(const Color &p) const | Color | inline |
operator*(const Color &) const | Color | inline |
operator*=(float) | Color | inline |
operator*=(const Color &) | Color | inline |
operator+() const | Color | inline |
operator+(const Color &) const | Color | inline |
operator+=(const Color &) | Color | inline |
operator-() const | Color | inline |
operator-(const Color &) const | Color | inline |
operator-=(const Color &) | Color | inline |
operator/(const Color &) const | Color | inline |
operator/=(float) | Color | inline |
operator=(const Color &)=default | Color | |
operator=(Color &&)=default | Color | |
operator==(const Color &p) const | Color | inline |
operator[](int i) | Color | inline |
operator[](int i) const | Color | inline |
operator^(const Color &) const | Color | inline |
r | Color | |
toRGB() | Color | inline |
White() | Color | inline |