Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Go to the source code of this file.
Macros | |
#define | __max(a, b) (((a) > (b)) ? (a) : (b)) |
#define | __min(a, b) (((a) < (b)) ? (a) : (b)) |
File: IccIO.cpp.
Contains: Implementation of the CIccIO class.
Version: V1
Copyright: (c) see ICC Software License
Definition in file IccIO.cpp.
#define __max | ( | a, | |
b ) (((a) > (b)) ? (a) : (b)) |
Definition at line 78 of file IccIO.cpp.
Referenced by CIccIO::WriteUInt16Float(), and CIccIO::WriteUInt8Float().