Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_rgb Struct Reference

Data type to describe a RGB color. More...

#include <sol-types.h>

Data Fields

uint32_t blue
 Blue component. More...
 
uint32_t blue_max
 Blue component maximum value. More...
 
uint32_t green
 Green component. More...
 
uint32_t green_max
 Green component maximum value. More...
 
uint32_t red
 Red component. More...
 
uint32_t red_max
 Red component maximum value. More...
 

Detailed Description

Data type to describe a RGB color.

Field Documentation

uint32_t sol_rgb::blue

Blue component.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

uint32_t sol_rgb::blue_max

Blue component maximum value.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

uint32_t sol_rgb::green

Green component.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

uint32_t sol_rgb::green_max

Green component maximum value.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

uint32_t sol_rgb::red

Red component.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().

uint32_t sol_rgb::red_max

Red component maximum value.

Examples:
/src/samples/flow/c-api/find-type.c.

Referenced by show_resolved_type().


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