Class SaturationEffect
- Namespace
- GrapeCity.Documents.Imaging
- Assembly
- GcDocs.Imaging.dll
In-place effect that alters the saturation of an image.
public class SaturationEffect : ColorMatrixEffect
- Inheritance
-
object
GrapeCity.Documents.Imaging.ColorMatrixEffect
SaturationEffect
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Methods
Get(float)
public static SaturationEffect Get(float saturation)
Parameters
saturation
float
The saturation of the image between 0.0f (monochrome) and 1.0f (fully saturated).
Returns
- SaturationEffect