|
NAMEXcolorProfile -SYNOPSIS#include <Xcm.h> Data Fieldsuint8_t md5 [16] uint32_t length Detailed DescriptionThe 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 Documentationuint32_t XcolorProfile::lengthnumber of bytes following, network byte orderReferenced by XcolorProfileDelete(), and XcolorProfileUpload(). uint8_t XcolorProfile::md5[16]ICC MD5 of the profileAuthorGenerated automatically by Doxygen for Xcm-0.5.4 from the source code.
Visit the GSP FreeBSD Man Page Interface. |