GetColorParam Method (IMColors)
output color parameters
indicates whether color management is enabled (1) or not (0)
Gets color management parameters
Syntax
Sub GetColorParam( _
   ByRef _pParam As MG_COLOR_PARAM, _
   ByRef _pbEnable As Integer _
) 
void GetColorParam( 
   out MG_COLOR_PARAM _pParam,
   out int _pbEnable
)
procedure GetColorParam( 
   Out  _pParam: MG_COLOR_PARAM;
   Out  _pbEnable: Integer
); 
void GetColorParam( 
   [PARAMFLAG::Out] MG_COLOR_PARAM _pParam,
   [PARAMFLAG::Out] int _pbEnable
) 

Parameters

_pParam
output color parameters
_pbEnable
indicates whether color management is enabled (1) or not (0)
See Also

Reference

IMColors Interface
IMColors Members