HueSaturationEffect Class
An effect that modifies the hue and saturation of the result produced by a layer or a view.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class HueSaturationEffect : Effect
Remarks
The order of application is Hue followed by Saturation.
![]() |
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Effect
HueSaturationEffect
Platforms
Windows, Linux, Android
HueSaturationEffect Members
The HueSaturationEffect type has the following members.
Constructors
Name | Description |
---|---|
HueSaturationEffect | Initializes a new instance of the HueSaturationEffect class. |
Properties
Name | Description |
---|---|
Hue | Gets or sets the value that the hue component of the color in HSL color space will be increased with. |
IsDisposed | Gets a value that tells whether the current HueSaturationEffect has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the HueSaturationEffect. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current HueSaturationEffect represents. Inherited from EngineObject |
Saturation | Gets or sets the value that the saturation component of the color in HSL space will be scaled with. |
Strength | Gets or sets the strength of the effect. Inherited from Effect |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |