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


In This Topic
    ColorTone Method
    In This Topic
    Creates a command that change color tone of the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function ColorTone( _
       ByVal shape As IShape, _
       ByVal temperature As Integer _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim temperature As Integer
    Dim value As PictureCommand
     
    value = PictureCommand.ColorTone(shape, temperature)
    public static PictureCommand ColorTone( 
       IShape shape,
       int temperature
    )

    Parameters

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