BlackWhiteMode
BlackWhiteMode enumeration
Determines how colored shape should be transformed into black and white.
public enum BlackWhiteMode : sbyte
Values
| Name | Value | Description |
|---|---|---|
| NotDefined | -1 | The property isn’t set |
| Color | 0 | The object is rendered with normal coloring |
| Automatic | 1 | The object is rendered with automatic coloring |
| Gray | 2 | The object is rendered with gray coloring |
| LightGray | 3 | The object is rendered with light gray coloring |
| InverseGray | 4 | The object is rendered with inverse gray coloring |
| GrayWhite | 5 | The object is rendered with gray and white coloring |
| BlackGray | 6 | The object is rendered with black and gray coloring |
| BlackWhite | 7 | The object is rendered with black and white coloring |
| Black | 8 | The object is rendered only with black coloring |
| White | 9 | The object is rendered with white coloring |
| Hidden | 10 | The object is not rendered |
See Also
- namespace Aspose.Slides
- assembly Aspose.Slides