Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Functions

common-light.h File Reference

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)

Detailed Description

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.

Author:
Mike Henning, Max Bareiss
Xander Soldaat (minor modifications)
Date:
27 April 2011

Definition in file common-light.h.