Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / ColorSaturation Method
The picture or group which contains a single picture to modify.
The color saturation.


In This Topic
    ColorSaturation Method
    In This Topic
    Creates a command that change color saturation of the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function ColorSaturation( _
       ByVal shape As IShape, _
       ByVal saturation As Double _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim saturation As Double
    Dim value As PictureCommand
     
    value = PictureCommand.ColorSaturation(shape, saturation)
    public static PictureCommand ColorSaturation( 
       IShape shape,
       double saturation
    )

    Parameters

    shape
    The picture or group which contains a single picture to modify.
    saturation
    The color saturation.
    See Also