Table of Contents
ColorModel Enumeration

Represents a color model.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum ColorModel
Members
Member Name Description
RGB Red, Green and Blue.
HSB Hue, Saturation and Brightness.
CMYK Cyan, Magenta, Yellow and Black.
See Also