Constructors & DestructorUse the functions in this group to construct objects of class IColorTransferMode.
![]() |
public:
~IColorTransferMode()
Destructs an object of class IColorTransferMode.
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
IColorTransferMode()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IColorTransferMode(const IColorTransferMode&)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
IColorTransferMode(EColorMode mode)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given IColorTransferMode object to the target one.
![]() |
public:
IColorTransferMode& operator =(const IColorTransferMode&)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two IColorTransferMode Objects for Equality or InequalityUse the functions in this group to compare two IColorTransferMode objects for equality or inequality.
![]() |
public:
virtual bool operator !=(const IColorTransferMode&) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
virtual bool operator ==(const IColorTransferMode&) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Obtaining Information About the Transfer ModeUse the function in this group to obtain the type of the color transfer mode.
![]() |
public:
IColorTransferMode::EColorMode mode() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Streaming an Object In and OutUse the functions in this group to read an object in from the specified stream or write it out to it.
![]() |
protected:
virtual void readFromStream(IDataStream& toWhere)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
protected:
virtual void writeToStream(IDataStream& toWhere) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
enum EColorMode { kSourceCopy,
kInvertSource,
kDestinationCopy,
kInvertDestination,
kOR,
kAND,
kXOR,
kInvertedSourceAND,
kInvertedSourceOR,
kInvertedDestinationAND,
kInvertedDestinationOR,
kInvertedAND,
kInvertedOR,
kInvertedXOR,
kONES,
kZEROS }| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~IMStreamable()
void externalizeToStream(IDataStream& towhere) const
void internalizeFromStream(IDataStream& fromwhere)
virtual const ITypeRepresentation& typeRepresentation() const = 0
IMStreamable()
IMStreamable(const IMStreamable& other)
virtual void readFromStream(IDataStream& fromwhere) = 0
virtual void writeToStream(IDataStream& towhere) const = 0