formatting
This commit is contained in:
parent
d0b357cab7
commit
d2eca542a9
1 changed files with 3 additions and 0 deletions
|
@ -97,10 +97,12 @@ public:
|
||||||
{
|
{
|
||||||
return green_;
|
return green_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline std::uint8_t blue() const
|
inline std::uint8_t blue() const
|
||||||
{
|
{
|
||||||
return blue_;
|
return blue_;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline std::uint8_t alpha() const
|
inline std::uint8_t alpha() const
|
||||||
{
|
{
|
||||||
return alpha_;
|
return alpha_;
|
||||||
|
@ -110,6 +112,7 @@ public:
|
||||||
{
|
{
|
||||||
red_ = red;
|
red_ = red;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void set_green(std::uint8_t green)
|
inline void set_green(std::uint8_t green)
|
||||||
{
|
{
|
||||||
green_ = green;
|
green_ = green;
|
||||||
|
|
Loading…
Reference in a new issue