Endpoints

WmfLogColorSpaceW.Endpoints property

Gets or sets a CIEXYZTriple object (section 2.2.2.7) that defines the CIE chromaticity x, y, and z coordinates of the three colors that correspond to the RGB endpoints for the logical color space associated with the bitmap. If the ColorSpaceType field does not specify LCS_CALIBRATED_RGB, this field MUST be ignored.

public WmfCieXyzTriple Endpoints { get; set; }

See Also