Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DOM::Utils::COLOR Struct Reference

Defines a color in RGBA format. More...

#include <DOMTypes.h>

Public Attributes

FCM::Byte red
 
FCM::Byte green
 
FCM::Byte blue
 
FCM::Byte alpha
 

Detailed Description

Defines a color in RGBA format.

Member Data Documentation

FCM::Byte DOM::Utils::COLOR::alpha

Alpha component (Value can range from 0-255)

FCM::Byte DOM::Utils::COLOR::blue

Blue component (Value can range from 0-255)

FCM::Byte DOM::Utils::COLOR::green

Green component (Value can range from 0-255)

FCM::Byte DOM::Utils::COLOR::red

Red component (Value can range from 0-255)


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