C# Class Example_Ambilight_full.AbstractAmbilightBrush

Inheritance: CUE.NET.Brushes.AbstractBrush
Afficher le fichier Open project: DarthAffe/CUE.NET

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
AbstractAmbilightBrush ( IScreenCapture screenCapture, AmbilightSettings settings ) : System
PerformRender ( RectangleF rectangle, IEnumerable renderTargets ) : void

Méthodes protégées

Méthode Description
FinalizeColor ( CorsairColor color ) : CorsairColor

Method Details

AbstractAmbilightBrush() public méthode

public AbstractAmbilightBrush ( IScreenCapture screenCapture, AmbilightSettings settings ) : System
screenCapture IScreenCapture
settings Example_Ambilight_full.TakeAsIs.AmbilightSettings
Résultat System

FinalizeColor() protected méthode

protected FinalizeColor ( CorsairColor color ) : CorsairColor
color CUE.NET.Devices.Generic.CorsairColor
Résultat CUE.NET.Devices.Generic.CorsairColor

PerformRender() public méthode

public PerformRender ( RectangleF rectangle, IEnumerable renderTargets ) : void
rectangle System.Drawing.RectangleF
renderTargets IEnumerable
Résultat void

Property Details

EffectiveSourceHeight protected_oe property

protected int EffectiveSourceHeight
Résultat int

EffectiveSourceWidth protected_oe property

protected int EffectiveSourceWidth
Résultat int

Increment protected_oe property

protected int Increment
Résultat int

KeyHeightProportion protected_oe property

protected float KeyHeightProportion
Résultat float

KeyWidthProportion protected_oe property

protected float KeyWidthProportion
Résultat float

OffsetBottom protected_oe property

protected int OffsetBottom
Résultat int

OffsetLeft protected_oe property

protected int OffsetLeft
Résultat int

OffsetRight protected_oe property

protected int OffsetRight
Résultat int

OffsetTop protected_oe property

protected int OffsetTop
Résultat int

ScreenCapture protected_oe property

protected IScreenCapture ScreenCapture
Résultat IScreenCapture

ScreenPixelData protected_oe property

protected byte[] ScreenPixelData
Résultat byte[]

Settings protected_oe property

protected AmbilightSettings,Example_Ambilight_full.TakeAsIs Settings
Résultat Example_Ambilight_full.TakeAsIs.AmbilightSettings

SourceHeight protected_oe property

protected int SourceHeight
Résultat int

SourceWidth protected_oe property

protected int SourceWidth
Résultat int