Picasso API  2.8
Data Fields
_ps_color Struct Reference

A structure that contains rgba values for a color. More...

#include <picasso.h>

Data Fields

float r
 
float g
 
float b
 
float a
 

Detailed Description

A structure that contains rgba values for a color.

Definition at line 212 of file picasso.h.

Field Documentation

◆ a

float _ps_color::a

the alpha component for a color (0 ~ 1).

Definition at line 220 of file picasso.h.

◆ b

float _ps_color::b

the blue component for a color (0 ~ 1).

Definition at line 218 of file picasso.h.

◆ g

float _ps_color::g

the green component for a color (0 ~ 1).

Definition at line 216 of file picasso.h.

◆ r

float _ps_color::r

the red component for a color (0 ~ 1).

Definition at line 214 of file picasso.h.


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