ColorChange

ColorChange class

Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.

public sealed class ColorChange : ImageTransformOperation, IColorChange

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
FromColor { get; }Color which will be replaced. Read-only IColorFormat.
ToColor { get; }Color which will replace. Read-only IColorFormat.

Methods

NameDescription
override Equals(object)Determines whether the specified ColorChange is equal to the current ColorChange.
GetEffective()Gets effective Color Change effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also