C# Class ArduinoTest.Components.ColorManagment.Service.DirectxColorProvider

Detects the average color of the screen using DirectX
Inheritance: System.Windows.Forms.Form, IColorProvider
Show file Open project: holymoo/Disposition Class Usage Examples

Public Methods

Method Description
DirectxColorProvider ( ) : System

Ctor

GetColors ( ) : byte[]

Gets the average color of the screen

Method Details

DirectxColorProvider() public method

Ctor
public DirectxColorProvider ( ) : System
return System

GetColors() public method

Gets the average color of the screen
public GetColors ( ) : byte[]
return byte[]