YourCityInvadedByAliens
Documentation for code of the game
Public Member Functions | Private Attributes | List of all members
RenderColor Class Reference

#include <render_base.h>

Public Member Functions

 RenderColor (int nR, int nG, int nB, int nA)
 
void changeRenderColor (SDL_Renderer *renderer)
 

Private Attributes

int m_nR
 
int m_nG
 
int m_nB
 
int m_nA
 

Constructor & Destructor Documentation

◆ RenderColor()

RenderColor::RenderColor ( int  nR,
int  nG,
int  nB,
int  nA 
)

Member Function Documentation

◆ changeRenderColor()

void RenderColor::changeRenderColor ( SDL_Renderer *  renderer)

Member Data Documentation

◆ m_nA

int RenderColor::m_nA
private

◆ m_nB

int RenderColor::m_nB
private

◆ m_nG

int RenderColor::m_nG
private

◆ m_nR

int RenderColor::m_nR
private

The documentation for this class was generated from the following files: