This is the complete list of members for b2ParticleColor, including all inherited members.
a (defined in b2ParticleColor) | b2ParticleColor | |
b (defined in b2ParticleColor) | b2ParticleColor | |
b2ParticleColor() (defined in b2ParticleColor) | b2ParticleColor | inline |
b2ParticleColor(uint8 r, uint8 g, uint8 b, uint8 a) | b2ParticleColor | inline |
b2ParticleColor(const b2Color &color) | b2ParticleColor | |
g (defined in b2ParticleColor) | b2ParticleColor | |
GetColor() const | b2ParticleColor | |
IsZero() const | b2ParticleColor | inline |
k_bitsPerComponent | b2ParticleColor | protectedstatic |
k_inverseMaxValue | b2ParticleColor | protectedstatic |
k_maxValue | b2ParticleColor | protectedstatic |
Mix(b2ParticleColor *const mixColor, const int32 strength) | b2ParticleColor | inline |
MixColors(b2ParticleColor *const colorA, b2ParticleColor *const colorB, const int32 strength) | b2ParticleColor | inlinestatic |
operator*(float32 s) const | b2ParticleColor | inline |
operator*(uint8 s) const | b2ParticleColor | inline |
operator*=(float32 s) | b2ParticleColor | inline |
operator*=(uint8 s) | b2ParticleColor | inline |
operator+(const b2ParticleColor &color) const | b2ParticleColor | inline |
operator+=(const b2ParticleColor &color) | b2ParticleColor | inline |
operator-(const b2ParticleColor &color) const | b2ParticleColor | inline |
operator-=(const b2ParticleColor &color) | b2ParticleColor | inline |
operator=(const b2ParticleColor &color) | b2ParticleColor | inline |
operator==(const b2ParticleColor &color) const | b2ParticleColor | inline |
r (defined in b2ParticleColor) | b2ParticleColor | |
Set(uint8 r_, uint8 g_, uint8 b_, uint8 a_) | b2ParticleColor | inline |
Set(const b2Color &color) | b2ParticleColor |