Project Alice
Loading...
Searching...
No Matches
ogl::color4f Struct Reference

#include <gui_deserialize.hpp>

Public Member Functions

bool operator== (color4f const &o) const noexcept
 
bool operator!= (color4f const &o) const noexcept
 
color4f operator* (float v) const noexcept
 

Public Attributes

float r = 0.0f
 
float g = 0.0f
 
float b = 0.0f
 
float a = 1.0f
 

Detailed Description

Definition at line 98 of file gui_deserialize.hpp.

Member Function Documentation

◆ operator!=()

bool ogl::color4f::operator!= ( color4f const &  o) const
inlinenoexcept

Definition at line 107 of file gui_deserialize.hpp.

◆ operator*()

color4f ogl::color4f::operator* ( float  v) const
inlinenoexcept

Definition at line 110 of file gui_deserialize.hpp.

◆ operator==()

bool ogl::color4f::operator== ( color4f const &  o) const
inlinenoexcept

Definition at line 104 of file gui_deserialize.hpp.

Member Data Documentation

◆ a

float ogl::color4f::a = 1.0f

Definition at line 102 of file gui_deserialize.hpp.

◆ b

float ogl::color4f::b = 0.0f

Definition at line 101 of file gui_deserialize.hpp.

◆ g

float ogl::color4f::g = 0.0f

Definition at line 100 of file gui_deserialize.hpp.

◆ r

float ogl::color4f::r = 0.0f

Definition at line 99 of file gui_deserialize.hpp.


The documentation for this struct was generated from the following file: