C# Class Example_Ambilight_full.TakeAsIs.Model.Extensions.PixelDataExtension

Show file Open project: DarthAffe/CUE.NET

Public Methods

Method Description
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

Method Details

DetectBlackBarBottom() public static method

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
return int

DetectBlackBarLeft() public static method

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
return int

DetectBlackBarRight() public static method

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
return int

DetectBlackBarTop() public static method

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
return int