C# 클래스 Example_Ambilight_full.TakeAsIs.Model.Extensions.PixelDataExtension

파일 보기 프로젝트 열기: DarthAffe/CUE.NET

공개 메소드들

메소드 설명
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