VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
vex::rgba Struct Reference

Represents an RGBA color value. Used mainly for fancy rendering in editor. More...

#include <ColorTypes.hpp>

Inheritance diagram for vex::rgba:

Public Member Functions

 rgba (const glm::vec4 &v)

Detailed Description

Represents an RGBA color value. Used mainly for fancy rendering in editor.

Definition at line 15 of file ColorTypes.hpp.

Constructor & Destructor Documentation

◆ rgba()

vex::rgba::rgba ( const glm::vec4 & v)
inline

Definition at line 17 of file ColorTypes.hpp.


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