C# Класс Example_Ambilight_full.AbstractAmbilightBrush

Наследование: CUE.NET.Brushes.AbstractBrush
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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