C# Класс ArduinoTest.Components.ColorManagment.Service.DirectxColorProvider

Detects the average color of the screen using DirectX
Наследование: System.Windows.Forms.Form, IColorProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]