MsoColorType Enum
In this article
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the color type.
public enum class MsoColorType
public enum MsoColorType
type MsoColorType =
Public Enum MsoColorType
- Inheritance
-
MsoColorType
Name | Value | Description |
---|---|---|
msoColorTypeMixed | -2 | Not supported. |
msoColorTypeRGB | 1 | Color is determined by values of red, green, and blue. |
msoColorTypeScheme | 2 | Color is defined by an application-specific scheme. |
msoColorTypeCMYK | 3 | Color is determined by values of cyan, magenta, yellow, and black. |
msoColorTypeCMS | 4 | Color Management System color type. |
msoColorTypeInk | 5 | Not supported. |
Product | Versions |
---|---|
Office primary interop assembly | Latest |