SetColorParam Method (IMColors)
color management properties
enable (1) or disable (0) color management
time for implement changes in milliseconds
Sets color management parameters
Syntax
Sub SetColorParam( _
   ByRef _pParam As MG_COLOR_PARAM, _
   ByVal _bEnable As Integer, _
   ByVal _nMSecForChange As Integer _
) 
void SetColorParam( 
   ref MG_COLOR_PARAM _pParam,
   int _bEnable,
   int _nMSecForChange
)
procedure SetColorParam( 
   var  _pParam: MG_COLOR_PARAM;
    _bEnable: Integer;
    _nMSecForChange: Integer
); 
void SetColorParam( 
   ref MG_COLOR_PARAM _pParam,
   int _bEnable,
   int _nMSecForChange
) 

Parameters

_pParam
color management properties
_bEnable
enable (1) or disable (0) color management
_nMSecForChange
time for implement changes in milliseconds
See Also

Reference

IMColors Interface
IMColors Members