ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Saturation Class / Value Property

In This Topic
    Value Property (Saturation)
    In This Topic
    The saturation of the image. You can set the saturation to a value between 0 and 1. If you set it to 1 the output image is fully saturated. If you set it to 0 the output image is monochrome. The saturation value is unitless.
    Syntax
    'Declaration
     
    Public Property Value As Single
    public float Value {get; set;}
    See Also