RoboDK Plug-In Interface
tColor Struct Reference

The Color struct represents an RGBA color (each color component should be in the range [0-1]) More...

#include <robodktypes.h>

Public Attributes

float r
 Red color. More...
 
float g
 Green color. More...
 
float b
 Blue color. More...
 
float a
 Alpha value (0 = transparent; 1 = opaque) More...
 

Detailed Description

The Color struct represents an RGBA color (each color component should be in the range [0-1])

Definition at line 120 of file robodktypes.h.

Member Data Documentation

◆ a

float a

Alpha value (0 = transparent; 1 = opaque)

Definition at line 131 of file robodktypes.h.

◆ b

float b

Blue color.

Definition at line 128 of file robodktypes.h.

◆ g

float g

Green color.

Definition at line 125 of file robodktypes.h.

◆ r

float r

Red color.

Definition at line 122 of file robodktypes.h.


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