Chira Engine
A customizable MIT-licensed game engine.
chira::ColorRG Struct Reference

Public Member Functions

 ColorRG (float R, float G)
 
 ColorRG (float all)
 
bool operator== (const ColorRG &other) const
 
bool operator!= (const ColorRG &other) const
 

Public Attributes

float r
 
float g
 

Detailed Description

Definition at line 21 of file Color.h.


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