Utility.GetFrozenColor Method

Generates a color with increased lightness from the source one.
Public Shared Function GetFrozenColor( _ 
ByVal source As Color, _ 
Optional ByVal lightness As Double = 1.8 _ 
) As Color
This language is not supported or no code example is available.
public static Color GetFrozenColor( 
Color source
double lightness = 1.8 
)
This language is not supported or no code example is available.

Parameters

source
Color

The source color

lightness
double

The lightness multiplication factor

Return Value

Color

The resulting color.

.NET Framework

Supported in: 4.8

In this article

Definition