C# Class Animatroller.Framework.LogicalDevice.ColorBrightness

Mostrar archivo Open project: HakanL/animatroller Class Usage Examples

Public Properties

Property Type Description
Brightness double
Color System.Drawing.Color

Public Methods

Method Description
ColorBrightness ( Color color, double brightness ) : System.Drawing
CreateBlank ( int size ) : Animatroller.Framework.LogicalDevice.ColorBrightness[]

Method Details

ColorBrightness() public method

public ColorBrightness ( Color color, double brightness ) : System.Drawing
color System.Drawing.Color
brightness double
return System.Drawing

CreateBlank() public static method

public static CreateBlank ( int size ) : Animatroller.Framework.LogicalDevice.ColorBrightness[]
size int
return Animatroller.Framework.LogicalDevice.ColorBrightness[]

Property Details

Brightness public_oe property

public double Brightness
return double

Color public_oe property

public Color,System.Drawing Color
return System.Drawing.Color