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

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

#include <ColorTypes.hpp>

Inheritance diagram for vex::rgb:

Public Member Functions

 rgb (const glm::vec3 &v)

Detailed Description

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

Definition at line 7 of file ColorTypes.hpp.

Constructor & Destructor Documentation

◆ rgb()

vex::rgb::rgb ( const glm::vec3 & v)
inline

Definition at line 10 of file ColorTypes.hpp.


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