RGBlink  1.0
an Arduino RGB-Led library
 All Classes Functions Variables
Public Attributes | List of all members
HSB Struct Reference

Helper class for HSB-colors. More...

#include <RGBlink.h>

Public Attributes

uint16_t hue
 hue value. More...
 
uint8_t sat
 saturation value. More...
 
uint8_t bri
 brightness value. More...
 

Detailed Description

Helper class for HSB-colors.

Member Data Documentation

uint8_t HSB::bri

brightness value.

uint16_t HSB::hue

hue value.

uint8_t HSB::sat

saturation value.


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