MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Brightness Method (color, brightnessLevel)
NamespacesMPfm.CoreColorManipulationBrightness(Color, Int32)
This method takes a color and applies a brightness level to it.
Declaration Syntax
C#Visual Basic
public static Color Brightness(
	Color color,
	int brightnessLevel
)
Public Shared Function Brightness ( _
	color As Color, _
	brightnessLevel As Integer _
) As Color
Parameters
color (Color)
Color object to apply brightness
brightnessLevel (Int32)
The level of brightness to apply
Return Value
Color object with the brightness applied

Assembly: MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)