IDeviceModelPlugIn::GetPrimarySamples
Returns the measurement color for the primary sample.
HRESULT IDeviceModelPlugIn::GetPrimarySamples(
[out] PrimaryXYZColors *pPrimaryColor);
Parameters
- *pPrimaryColor
The primary color type, which is determined by using the hue circle order. If the plugin device model does not natively support primaries for red, yellow, green, cyan, blue, magenta, black and white, it must still return virtual primary data.
Return Values
If this function succeeds, the return value is S_OK.
If this function fails, the return value is E_FAIL.
Requirements
** Windows Vista:** Included in Windows Vista and later.
** Header:** Declared in WcsPlugIn.h.