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

浮动 r
Red color.More...
浮动 g
Green color.More...
浮动 b
蓝色的颜色。More...
浮动 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 line120of filerobodktypes.h.

数据成员Documentation

a

浮动a

Alpha value (0 = transparent; 1 = opaque)

Definition at line131of filerobodktypes.h.

b

浮动b

蓝色的颜色。

Definition at line128of filerobodktypes.h.

g

浮动g

Green color.

Definition at line125of filerobodktypes.h.

r

浮动r

Red color.

Definition at line122of filerobodktypes.h.


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