LMMS
Loading...
Searching...
No Matches
NVGcolor Struct Reference

#include <nanovg.h>

Public Attributes

union { 
   float   rgba [4] 
   struct { 
      float   r 
      float   g 
      float   b 
      float   a 
   } 
}; 

Member Data Documentation

◆ [union]

union { ... } NVGcolor

◆ a

float NVGcolor::a

◆ b

float NVGcolor::b

◆ g

float NVGcolor::g

◆ r

float NVGcolor::r

◆ rgba

float NVGcolor::rgba[4]

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