struct
#include <Spore/MathUtils.h>
ColorRGB Three float values in the range [0, 1] that represent a color (the red, green and blue components).
Contents
Constructors, destructors, conversion operators
Public functions
- auto Set(float r, float g, float b) -> ColorRGB&
- auto ToIntColor() -> Color
- Returns the integer representation of the given color (in the form of a Color value).
- auto operator==(const ColorRGB& b) const -> bool
- auto operator!=(const ColorRGB& b) const -> bool