Class BackdropHueRotateLayerEffect
- Namespace
- SixLabors.ImageSharp.Drawing.Processing
- Assembly
- SixLabors.ImageSharp.Drawing.dll
Rotates the hue of the backdrop beneath a compositing layer. The CSS equivalent is
backdrop-filter: hue-rotate().
public sealed class BackdropHueRotateLayerEffect : BackdropColorMatrixLayerEffect
- Inheritance
-
BackdropHueRotateLayerEffect
- Inherited Members
Constructors
BackdropHueRotateLayerEffect(float)
Initializes a new instance of the BackdropHueRotateLayerEffect class.
public BackdropHueRotateLayerEffect(float degrees)
Parameters
degreesfloatThe hue rotation in degrees; 0 leaves the backdrop unchanged.
Properties
Degrees
Gets the hue rotation in degrees.
public float Degrees { get; }