~vcs-imports/lcms/main

« back to all changes in this revision

Viewing changes to doc/LCMSAPI.TXT

  • Committer: mm2
  • Date: 2006-12-13 15:42:39 UTC
  • Revision ID: vcs-imports@canonical.com-20061213154239-ab616a1b077e29a2
no message

Show diffs side-by-side

added added

removed removed

Lines of Context:
1485
1485
double cmsEstimateGammaEx(LPWORD Table, int nEntries, double Thereshold); 
1486
1486
_________________________________________________________________________________
1487
1487
 
 
1488
  Returns a numerical estimation of the apparent gamma on the given table.
1488
1489
_________________________________________________________________________________
1489
1490
 
1490
1491
LPGAMMATABLE  cmsReadICCGamma(cmsHPROFILE hProfile, icTagSignature sig);
1491
1492
LPGAMMATABLE  cmsReadICCGammaReversed(cmsHPROFILE hProfile, icTagSignature sig);
1492
1493
int           cmsReadICCText(cmsHPROFILE hProfile, icTagSignature sig, char *Text);
1493
1494
int           cmsReadICCTextEx(cmsHPROFILE hProfile, icTagSignature sig, char *Text, size_t size);
 
1495
_________________________________________________________________________________
 
1496
 
 
1497
 
 
1498
 
 
1499
 
 
1500
_________________________________________________________________________________
 
1501
 
1494
1502
LPcmsSEQ      cmsReadProfileSequenceDescription(cmsHPROFILE hProfile);
1495
 
 
 
1503
void          cmsFreeProfileSequenceDescription(LPcmsSEQ pseq);
1496
1504
_________________________________________________________________________________
1497
1505
 
 
1506
  Reads and free profile sequence description structure
 
1507
  
1498
1508
 
1499
1509
_________________________________________________________________________________
1500
1510