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
| Edit this page View SourceHueProcessor(float)
Initializes a new instance of the HueProcessor class.
Declaration
public HueProcessor(float degrees)
Parameters
Type | Name | Description |
---|---|---|
float | degrees | The angle of rotation in degrees |
Properties
| Edit this page View SourceDegrees
Gets the angle of rotation in degrees
Declaration
public float Degrees { get; }
Property Value
Type | Description |
---|---|
float |