GetColorParam Method (CoMColorsClass)
output color parameters
indicates whether color management is enabled (1) or not (0)
Gets color management parameters
Syntax
Public Overridable Sub GetColorParam( _
   ByRef _pParam As MG_COLOR_PARAM, _
   ByRef _pbEnable As Integer _
) 
public virtual void GetColorParam( 
   out MG_COLOR_PARAM _pParam,
   out int _pbEnable
)
public procedure GetColorParam( 
   Out  _pParam: MG_COLOR_PARAM;
   Out  _pbEnable: Integer
); virtual; 
public: virtual 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

CoMColorsClass Class
CoMColorsClass Members