#include <gui_deserialize.hpp>
|
float | r = 0.0f |
|
float | g = 0.0f |
|
float | b = 0.0f |
|
float | a = 1.0f |
|
Definition at line 98 of file gui_deserialize.hpp.
◆ operator!=()
bool ogl::color4f::operator!= |
( |
color4f const & |
o | ) |
const |
|
inlinenoexcept |
◆ operator*()
color4f ogl::color4f::operator* |
( |
float |
v | ) |
const |
|
inlinenoexcept |
◆ operator==()
bool ogl::color4f::operator== |
( |
color4f const & |
o | ) |
const |
|
inlinenoexcept |
float ogl::color4f::a = 1.0f |
float ogl::color4f::b = 0.0f |
float ogl::color4f::g = 0.0f |
float ogl::color4f::r = 0.0f |
The documentation for this struct was generated from the following file: