This is the complete list of members for nkWinUi::Color, including all inherited members.
Color() noexcept | nkWinUi::Color | |
Color(unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) noexcept | nkWinUi::Color | explicit |
Color(float r, float g, float b, float a=1.f) noexcept | nkWinUi::Color | explicit |
Color(double r, double g, double b, double a=1.0) noexcept | nkWinUi::Color | explicit |
Color(unsigned int r, unsigned int g, unsigned int b, unsigned int a=255u) noexcept | nkWinUi::Color | explicit |
Color(unsigned long long r, unsigned long long g, unsigned long long b, unsigned long long a=255ull) noexcept | nkWinUi::Color | explicit |
Color(int r, int g, int b, int a=255) noexcept | nkWinUi::Color | explicit |
Color(long long r, long long g, long long b, long long a=255ll) noexcept | nkWinUi::Color | explicit |
getA() const | nkWinUi::Color | |
getA255() const | nkWinUi::Color | |
getAssociateColor(float factor=1.5f) const | nkWinUi::Color | |
getB() const | nkWinUi::Color | |
getB255() const | nkWinUi::Color | |
getColorForDepth(unsigned int depth) const | nkWinUi::Color | |
getG() const | nkWinUi::Color | |
getG255() const | nkWinUi::Color | |
getR() const | nkWinUi::Color | |
getR255() const | nkWinUi::Color | |
mix(const Color &other, float factor) const | nkWinUi::Color | |
operator*(float factor) const | nkWinUi::Color | |
~Color() | nkWinUi::Color |