 | AnimateColorSpaceValues Enumeration |
Time List Animate Color Space
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic enum AnimateColorSpaceValues
Public Enumeration AnimateColorSpaceValues
public enum class AnimateColorSpaceValues
type AnimateColorSpaceValues
Members| Member name | Value | Description |
|---|
| Rgb | 0 |
Color Space Enum ( RGB ).
When the item is serialized out as xml, its value is "rgb". |
| Hsl | 1 |
Color Space Enum ( HSL ).
When the item is serialized out as xml, its value is "hsl". |
See Also