IMVGrayToColor
The IMVGrayToColor interface contains methods and properties to configure the MV Gray To Color filter.
Methods:
| BlueValue | Blue color value from 1 to 255. |
| GreenValue | Green color value from 1 to 255. |
| RedValue | Red color value from 1 to 255. |
Header file: IMVGrayToColor.h
Interface definition language file: IMVGrayToColor.idl
Typelib: MVGrayToColor
Interface ID: IID_IMVGrayToColor
Property IMVGrayToColor::BlueValue
Declaration: Property Get/Put BlueValue As LongBlue color value from 1 to 255.
C Prototype:HRESULT put_BlueValue(LONG newVal);
HRESULT get_BlueValue(LONG *pVal);
Property IMVGrayToColor::GreenValue
Declaration: Property Get/Put GreenValue As LongGreen color value from 1 to 255.
C Prototype:HRESULT put_GreenValue(LONG newVal);
HRESULT get_GreenValue(LONG *pVal);
Property IMVGrayToColor::RedValue
Declaration: Property Get/Put RedValue As LongRed color value from 1 to 255.
C Prototype:HRESULT put_RedValue(LONG newVal);
HRESULT get_RedValue(LONG *pVal);