/* * The systems color represented by "number" is set using the color component * intensities found in the "red", "grn", and "blu" variables. A value of * 0 represents 0 intensity; a value of 255 represents 100% intensity. */ #include "htmlmap.h" #include "driverlib.h" int reset_color (int number, int red, int grn, int blu) {return 0;}