|
Functions common to light sensor drivers. More...
#include "common.h"
Go to the source code of this file.
Functions | |
void | RGBtoHSV (float red, float green, float blue, float &hue, float &sat, float &value) |
Functions common to light sensor drivers.
common-light.h holds functions common to light sensor drivers. Contains code to convert from RGB colors to HSV colors.
Definition in file common-light.h.