The CMYKColor type exposes the following members.

Constructors

Methods

  NameDescription
Public methodBrighter (Inherited from Color.)
Public methodDarker (Inherited from Color.)
Public methodEquals (Overrides Color..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides Color..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArgb (Inherited from Color.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldtype (Inherited from ExtendedColor.)

Properties

  NameDescription
Public propertyB
Gets the blue component value of this Color structure.
(Inherited from Color.)
Public propertyBlack
Public propertyCyan
Public propertyG
Gets the green component value of this Color structure.
(Inherited from Color.)
Public propertyMagenta
Public propertyR
Gets the red component value of this Color structure.
(Inherited from Color.)
Public propertyType (Inherited from ExtendedColor.)
Public propertyYellow

See Also