BrightnessContrast

BrightnessContrast class

Represents a BrightnessContrast effect. Ajusts brightness and contrast

public sealed class BrightnessContrast : ImageTransformOperation, IBrightnessContrast

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.

Methods

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

See Also