PsdColorModes
PsdColorModes class
Defines Psd color modes enumeration.
public class PsdColorModes : Enumeration
Constructors
Methods
Name |
Description |
CompareTo(object) |
Compares current object to other. |
virtual Equals(Enumeration) |
Determines whether two object instances are equal. |
override Equals(object) |
Determines whether two object instances are equal. |
override GetHashCode() |
Serves as the default hash function. |
override ToString() |
Returns a string that represents the current object. |
Fields
Name |
Description |
static readonly Bitmap |
Bitmap. |
static readonly Cmyk |
CMYK. |
static readonly Duotone |
Duotone. |
static readonly Grayscale |
Grayscale. |
static readonly Indexed |
Indexed. |
static readonly Lab |
Lab. |
static readonly Multichannel |
Multichannel. |
static readonly Rgb |
RGB. |
See Also