'Declaration Public Function New( _ Optional ByVal alpha As Nullable(Of Double), _ Optional ByVal luminanceModulation As Nullable(Of Double), _ Optional ByVal luminanceOffset As Nullable(Of Double), _ Optional ByVal shade As Nullable(Of Double) _ )
public WorkbookColorTransform( Nullable<double> alpha, Nullable<double> luminanceModulation, Nullable<double> luminanceOffset, Nullable<double> shade )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | alpha is outside the range of 0 to 1.0, inclusive. |
This class is immutable; as such, all properties are read-only.
Property values can only be specified at the time of instance creation.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2