C# 클래스 ArduinoTest.Components.ColorManagment.Service.DirectxColorProvider

Detects the average color of the screen using DirectX
상속: System.Windows.Forms.Form, IColorProvider
파일 보기 프로젝트 열기: holymoo/Disposition 1 사용 예제들

공개 메소드들

메소드 설명
DirectxColorProvider ( ) : System

Ctor

GetColors ( ) : byte[]

Gets the average color of the screen

메소드 상세

DirectxColorProvider() 공개 메소드

Ctor
public DirectxColorProvider ( ) : System
리턴 System

GetColors() 공개 메소드

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