|
IMVGrayToColor
The IMVGrayToColor interface contains methods and properties to
configure the MV Gray To
Color filter.
Methods:
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 Long
Blue 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 Long
Green 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 Long
Red color value from 1 to 255.
C Prototype:
HRESULT put_RedValue(LONG
newVal);
HRESULT get_RedValue(LONG *pVal);
|