Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::BTColor Struct Reference

RGBA color value (0-255 range) More...

#include <BehaviorTreeDebugWindow.h>

Public Attributes

uint8_t r = 255
 
uint8_t g = 255
 
uint8_t b = 255
 
uint8_t a = 255
 

Detailed Description

RGBA color value (0-255 range)

Definition at line 87 of file BehaviorTreeDebugWindow.h.

Member Data Documentation

◆ a

uint8_t Olympe::BTColor::a = 255

◆ b

uint8_t Olympe::BTColor::b = 255

◆ g

uint8_t Olympe::BTColor::g = 255

◆ r

uint8_t Olympe::BTColor::r = 255

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