#define ReadSensorHTRawColor ( _port,
_Red,
_Green,
_Blue,
_result   )     __ReadSensorHTRawColor(_port, _Red, _Green, _Blue, _result)

Read HiTechnic Color raw values.

Read the raw red, green, and blue values from the HiTechnic Color sensor. Returns a boolean value indicating whether or not the operation completed successfully. The port must be configured as a Lowspeed port before using this function.

Parameters:
_port The sensor port. See NBC Input port constants.
_Red The raw red color value.
_Green The raw green color value.
_Blue The raw blue color value.
_result The function call result.

Generated by  doxygen 1.6.2