DDraceNetwork Documentation
Loading...
Searching...
No Matches
IGraphics::CColorVertex Struct Reference

#include <graphics.h>

Public Member Functions

 CColorVertex ()=default
 CColorVertex (int i, float r, float g, float b, float a)
 CColorVertex (int i, ColorRGBA Color)

Public Attributes

int m_Index
float m_R
float m_G
float m_B
float m_A

Constructor & Destructor Documentation

◆ CColorVertex() [1/3]

IGraphics::CColorVertex::CColorVertex ( )
default

◆ CColorVertex() [2/3]

IGraphics::CColorVertex::CColorVertex ( int i,
float r,
float g,
float b,
float a )
inline

◆ CColorVertex() [3/3]

IGraphics::CColorVertex::CColorVertex ( int i,
ColorRGBA Color )
inline

Member Data Documentation

◆ m_A

float IGraphics::CColorVertex::m_A

◆ m_B

float IGraphics::CColorVertex::m_B

◆ m_G

float IGraphics::CColorVertex::m_G

◆ m_Index

int IGraphics::CColorVertex::m_Index

◆ m_R

float IGraphics::CColorVertex::m_R

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