Class HueProcessor
Applies a hue filter matrix using the given angle of rotation in degrees
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Processing.Processors.Filters
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class HueProcessor : FilterProcessor, IImageProcessor
Constructors
| Improve this Doc View SourceHueProcessor(Single)
Initializes a new instance of the HueProcessor class.
Declaration
public HueProcessor(float degrees)
Parameters
Type | Name | Description |
---|---|---|
Single | degrees | The angle of rotation in degrees |
Properties
| Improve this Doc View SourceDegrees
Gets the angle of rotation in degrees
Declaration
public float Degrees { get; }
Property Value
Type | Description |
---|---|
Single |