Share via


MsoColorType Enumeration 

Specifies the color type.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoColorType1 As MsoColorType = MsoColorType.msoColorTypeCMS

Syntax

Public Enum MsoColorType
public enum MsoColorType
public enum class MsoColorType
public enum MsoColorType
public enum MsoColorType

Members

Member name Description
msoColorTypeCMS Color Management System color type.
msoColorTypeCMYK Color is determined by values of cyan, magenta, yellow, and black.
msoColorTypeInk Not supported.
msoColorTypeMixed Not supported.
msoColorTypeRGB Color is determined by values of red, green, and blue.
msoColorTypeScheme Color is defined by an application-specific scheme.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace