ConvertDrawingColorSetBrightness Method

Get a color by changing the brightness value.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Color DrawingColorSetBrightness(
	Color color,
	float brightness
)

Parameters

color  Color
Base color.
brightness  Single
Color brightness.

Return Value

Color
Color with the color generated once the brightness is changed.

See Also