20 return std::to_string(red_) +
" " + std::to_string(green_) +
" " + std::to_string(blue_);
25 return red_ == other.red_ && green_ == other.green_ && blue_ == other.blue_;
Represents a 32-bit RGBA color.
bool equals_ignoring_alpha(const Rgba32 &other) const
std::string to_jasc_str() const
static constexpr std::uint8_t alpha_transparent
bool is_transparent(const Rgba32 &extrinsic) const
Checks if this color should be treated as transparent.