ColorReplace
Contents
[
Hide
]ColorReplace class
Represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
public sealed class ColorReplace : ImageTransformOperation, IColorReplace
Properties
Name | Description |
---|---|
AsIPresentationComponent { get; } | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent . |
Color { get; } | Returns color format which will replace color of every pixel. Read-only IColorFormat . |
Methods
Name | Description |
---|---|
override Equals(object) | Determines whether the specified ColorReplace is equal to the current ColorReplace . |
GetEffective() | Gets effective Color Replacement effect data with the inheritance applied. |
override GetHashCode() | Serves as a hash function for a particular type. |
See Also
- class ImageTransformOperation
- interface IColorReplace
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides