IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
CIccApplyBPCHint Class Reference

#include <IccApplyBPC.h>

+ Inheritance diagram for CIccApplyBPCHint:
+ Collaboration diagram for CIccApplyBPCHint:

Public Member Functions

virtual const char * GetAdjustPCSType () const
 
virtual IIccAdjustPCSXform * GetNewAdjustPCSXform () const
 

Detailed Description

Type: Class

Purpose: Interface and hint for creating a BPC xform object

Member Function Documentation

◆ GetAdjustPCSType()

virtual const char * CIccApplyBPCHint::GetAdjustPCSType ( ) const
inlinevirtual
91{ return "CIccApplyBPCHint"; }

◆ GetNewAdjustPCSXform()

IIccAdjustPCSXform * CIccApplyBPCHint::GetNewAdjustPCSXform ( ) const
virtual

Name: CIccApplyBPCHint::GetNewAdjustPCSXform

Purpose: Returns a new CIccApplyBPC object. Returned object should be deleted by the caller.

87{
88 return new CIccApplyBPC();
89}
Definition IccApplyBPC.h:105

The documentation for this class was generated from the following files: