C# 클래스 Example_Ambilight_full.AbstractAmbilightBrush

상속: CUE.NET.Brushes.AbstractBrush
파일 보기 프로젝트 열기: DarthAffe/CUE.NET

보호된 프로퍼티들

프로퍼티 타입 설명
EffectiveSourceHeight int
EffectiveSourceWidth int
Increment int
KeyHeightProportion float
KeyWidthProportion float
OffsetBottom int
OffsetLeft int
OffsetRight int
OffsetTop int
ScreenCapture IScreenCapture
ScreenPixelData byte[]
Settings Example_Ambilight_full.TakeAsIs.AmbilightSettings
SourceHeight int
SourceWidth int

공개 메소드들

메소드 설명
AbstractAmbilightBrush ( IScreenCapture screenCapture, AmbilightSettings settings ) : System
PerformRender ( RectangleF rectangle, IEnumerable renderTargets ) : void

보호된 메소드들

메소드 설명
FinalizeColor ( CorsairColor color ) : CorsairColor

메소드 상세

AbstractAmbilightBrush() 공개 메소드

public AbstractAmbilightBrush ( IScreenCapture screenCapture, AmbilightSettings settings ) : System
screenCapture IScreenCapture
settings Example_Ambilight_full.TakeAsIs.AmbilightSettings
리턴 System

FinalizeColor() 보호된 메소드

protected FinalizeColor ( CorsairColor color ) : CorsairColor
color CUE.NET.Devices.Generic.CorsairColor
리턴 CUE.NET.Devices.Generic.CorsairColor

PerformRender() 공개 메소드

public PerformRender ( RectangleF rectangle, IEnumerable renderTargets ) : void
rectangle System.Drawing.RectangleF
renderTargets IEnumerable
리턴 void

프로퍼티 상세

EffectiveSourceHeight 보호되어 있는 프로퍼티

protected int EffectiveSourceHeight
리턴 int

EffectiveSourceWidth 보호되어 있는 프로퍼티

protected int EffectiveSourceWidth
리턴 int

Increment 보호되어 있는 프로퍼티

protected int Increment
리턴 int

KeyHeightProportion 보호되어 있는 프로퍼티

protected float KeyHeightProportion
리턴 float

KeyWidthProportion 보호되어 있는 프로퍼티

protected float KeyWidthProportion
리턴 float

OffsetBottom 보호되어 있는 프로퍼티

protected int OffsetBottom
리턴 int

OffsetLeft 보호되어 있는 프로퍼티

protected int OffsetLeft
리턴 int

OffsetRight 보호되어 있는 프로퍼티

protected int OffsetRight
리턴 int

OffsetTop 보호되어 있는 프로퍼티

protected int OffsetTop
리턴 int

ScreenCapture 보호되어 있는 프로퍼티

protected IScreenCapture ScreenCapture
리턴 IScreenCapture

ScreenPixelData 보호되어 있는 프로퍼티

protected byte[] ScreenPixelData
리턴 byte[]

Settings 보호되어 있는 프로퍼티

protected AmbilightSettings,Example_Ambilight_full.TakeAsIs Settings
리턴 Example_Ambilight_full.TakeAsIs.AmbilightSettings

SourceHeight 보호되어 있는 프로퍼티

protected int SourceHeight
리턴 int

SourceWidth 보호되어 있는 프로퍼티

protected int SourceWidth
리턴 int