Version

CMYK Structure Members

The following tables list the members exposed by CMYK.

Public Properties
 NameDescription
Public PropertyAlphaGets / sets the Alpha value that will be used when this color is converted to a Color struct.  
Public PropertyCGets / sets the C value for a CMYK color. The expected values are between 0 and 100.  
Public PropertyKGets / sets the K value for a CMYK color. The expected values are between 0 and 100.  
Public PropertyMGets / sets the M value for a CMYK color. The expected values are between 0 and 100.  
Public PropertyYGets / sets the Y value for a CMYK color. The expected values are between 0 and 100.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromCMYKInitializes a new instance of the CMYK structure.  
Public Methodstatic (Shared in Visual Basic)FromColorInitializes a new instance of the CMYK structure.  
Public MethodToColorReturns a System.Windows.Media.Color struct based on the values of the CMYK color.  
See Also