C# Класс Example_Ambilight_full.TakeAsIs.Model.Extensions.PixelDataExtension

Показать файл Открыть проект

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

Метод Описание
DetectBlackBarBottom ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
DetectBlackBarLeft ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
DetectBlackBarRight ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
DetectBlackBarTop ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int

Описание методов

DetectBlackBarBottom() публичный статический Метод

public static DetectBlackBarBottom ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
pixels this
width int
height int
offsetLeft int
offsetRight int
offsetTop int
offsetBottom int
Результат int

DetectBlackBarLeft() публичный статический Метод

public static DetectBlackBarLeft ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
pixels this
width int
height int
offsetLeft int
offsetRight int
offsetTop int
offsetBottom int
Результат int

DetectBlackBarRight() публичный статический Метод

public static DetectBlackBarRight ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
pixels this
width int
height int
offsetLeft int
offsetRight int
offsetTop int
offsetBottom int
Результат int

DetectBlackBarTop() публичный статический Метод

public static DetectBlackBarTop ( this pixels, int width, int height, int offsetLeft, int offsetRight, int offsetTop, int offsetBottom ) : int
pixels this
width int
height int
offsetLeft int
offsetRight int
offsetTop int
offsetBottom int
Результат int