Represents a color model.
[Visual Basic]
Public Enum ColorModel
[C#]
public enum ColorModel
Members
| Member Name |
Description |
| RGB | Red, Green and Blue. |
| HSB | Hue, Saturation and Brightness. |
| CMYK | Cyan, Magenta, Yellow and Black. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace