Nuklear
Minimal-state, immediate-mode graphical user interface toolkit written in ANSI C.
 
Loading...
Searching...
No Matches
nk_colorf Struct Reference

Data Fields

float r
 
float g
 
float b
 
float a
 

Detailed Description

Definition at line 267 of file nuklear.h.

Field Documentation

◆ a

float nk_colorf::a

Definition at line 267 of file nuklear.h.

◆ b

float nk_colorf::b

Definition at line 267 of file nuklear.h.

◆ g

float nk_colorf::g

Definition at line 267 of file nuklear.h.

◆ r

float nk_colorf::r

Definition at line 267 of file nuklear.h.