'Declaration Public Function New( _ Optional ByVal alpha As System.Nullable(Of Double), _ Optional ByVal luminanceModulation As System.Nullable(Of Double), _ Optional ByVal luminanceOffset As System.Nullable(Of Double), _ Optional ByVal shade As System.Nullable(Of Double) _ )
public WorkbookColorTransform( System.Nullable<double> alpha, System.Nullable<double> luminanceModulation, System.Nullable<double> luminanceOffset, System.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 8.1, Windows 8.1, Windows 8, 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
View on GitHub