Class HueProcessor
- Namespace
- SixLabors.ImageSharp.Processing.Processors.Filters
- Assembly
- SixLabors.ImageSharp.dll
Applies a hue filter matrix using the given angle of rotation in degrees
public sealed class HueProcessor : FilterProcessor, IImageProcessor
- Inheritance
-
HueProcessor
- Implements
- Inherited Members
Constructors
HueProcessor(float)
Initializes a new instance of the HueProcessor class.
public HueProcessor(float degrees)
Parameters
degreesfloatThe angle of rotation in degrees
Properties
Degrees
Gets the angle of rotation in degrees
public float Degrees { get; }