#define ReadSensorHTRawColor2 ( _port,
_Red,
_Green,
_Blue,
_White,
_result   )     __ReadSensorHTRawColor2(_port, _Red, _Green, _Blue, _White, _result)

Read HiTechnic Color2 raw values.

Read the raw red, green, and blue values from the HiTechnic Color2 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.
_White The raw white color value.
_result The function call result.

Generated by  doxygen 1.6.2