Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XcolorProfile(3)		    Xcm-0.5.4			XcolorProfile(3)

NAME
     XcolorProfile -

SYNOPSIS
     #include <Xcm.h>

   Data Fields
     uint8_t md5 [16]
     uint32_t length

Detailed Description
     The  XcolorProfile  typedefed structure describes a single ICC profile. The
     'md5' field is used to identify the profile. The actual data follows  right
     after the structure.

Field Documentation
   uint32_t XcolorProfile::length
     number of bytes following, network byte order

     Referenced by XcolorProfileDelete(), and XcolorProfileUpload().

   uint8_t XcolorProfile::md5[16]
     ICC MD5 of the profile

Author
     Generated automatically by Doxygen for Xcm-0.5.4 from the source code.

Version 0.5.4			 Tue May 26 2015		XcolorProfile(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XcolorProfile&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help