AdjustHslCommand.Luminance Property |
Gets or sets the value of luminance.
Namespace:
Atalasoft.Imaging.ImageProcessing.Channels
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic double Luminance { get; set; }
Public Property Luminance As Double
Get
Set
Property Value
Type:
Double Amount to adjust the Luminance.
ExceptionsException | Condition |
---|
| Thrown if value is not between -240 and 240, inclusive. |
See Also