VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Color Namespace / ChangeHueSaturationLuminanceCommand Class / ChangeHueSaturationLuminanceCommand Constructors / ChangeHueSaturationLuminanceCommand Constructor(Int32,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
ChangeHueSaturationLuminanceCommand Constructor(Int32,Int32,Int32)
В этом разделе
Инициализирует новый экземпляр класса ChangeHueSaturationLuminanceCommand.
Синтаксис
'Declaration

Public Function New( _
ByVal hue
Уровень оттенка.
As System.Int32, _
ByVal saturation
Уровень насыщения.
As System.Int32, _
ByVal luminance
Уровень яркости.
As System.Int32 _
)
public ChangeHueSaturationLuminanceCommand(
System.Int32 hue,
System.Int32 saturation,
System.Int32 luminance
)

Parameters

hue
Уровень оттенка.
saturation
Уровень насыщения.
luminance
Уровень яркости.
Требования

Целевые платформы: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

Смотрите также