GUI Toolkit for TI nSpire  0.55 beta (dated 2021-03-21)
A GUI toolkit for Ndless-TI NSpire using SDL and Ndless libraries.
colorRGBA Struct Reference

#include <ColorEngine.h>

Public Attributes

unsigned short R
 The Red component of the color to be within [0 .. 255].
 
unsigned short G
 The Green component of the color to be within [0 .. 255].
 
unsigned short B
 The Blue component of the color to be within [0 .. 255].
 
unsigned short A
 The Alpha (Opacity) component of the color to be within [0 .. 255].
 

Detailed Description

Structure of colors manipulated by ColorEngine

Gives a structure for RGBA colors to be used all within the ColorEngine


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