Show / Hide Table of Contents

Class CorsairCustomRGBDevice

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

Inheritance
object
AbstractBindable
Placeable
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>
CorsairRGBDevice<CorsairCustomRGBDeviceInfo>
CorsairCustomRGBDevice
Implements
IRGBDevice<CorsairCustomRGBDeviceInfo>
ICorsairRGBDevice
IUnknownDevice
IRGBDevice
IEnumerable<Led>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
Inherited Members
CorsairRGBDevice<CorsairCustomRGBDeviceInfo>.Mapping
CorsairRGBDevice<CorsairCustomRGBDeviceInfo>.GetLedCustomData(LedId)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.DeviceInfo
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.ColorCorrections
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.RequiresFlush
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.LedMapping
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.UpdateQueue
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.Update(bool)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.GetLedsToUpdate(bool)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.GetUpdateData(Led)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.UpdateLeds(IEnumerable<Led>)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.Dispose()
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.DeviceUpdate()
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.AddLed(LedId, in Point, in Size, object)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.RemoveLed(LedId)
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.OnAttached()
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.OnDetached()
AbstractRGBDevice<CorsairCustomRGBDeviceInfo>.GetEnumerator()
Placeable.Parent
Placeable.Location
Placeable.Size
Placeable.Scale
Placeable.Rotation
Placeable.ActualLocation
Placeable.ActualSize
Placeable.Boundary
Placeable.LocationChanged
Placeable.SizeChanged
Placeable.ScaleChanged
Placeable.RotationChanged
Placeable.ActualLocationChanged
Placeable.ActualSizeChanged
Placeable.BoundaryChanged
Placeable.UpdateActualPlaceableData()
Placeable.OnLocationChanged()
Placeable.OnSizeChanged()
Placeable.OnScaleChanged()
Placeable.OnRotationChanged()
Placeable.OnActualLocationChanged()
Placeable.OnActualSizeChanged()
Placeable.OnBoundaryChanged()
AbstractBindable.PropertyChanged
AbstractBindable.RequiresUpdate<T>(ref T, T)
AbstractBindable.SetProperty<T>(ref T, T, string)
AbstractBindable.OnPropertyChanged(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: RGB.NET.Devices.CorsairLegacy
Assembly: RGB.NET.Devices.CorsairLegacy.dll
Syntax
public class CorsairCustomRGBDevice : CorsairRGBDevice<CorsairCustomRGBDeviceInfo>, IRGBDevice<CorsairCustomRGBDeviceInfo>, ICorsairRGBDevice, IUnknownDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable

Methods

| Edit this page View Source

FixOffsetDeviceLayout()

Fixes the locations for devices split by offset by aligning them to the top left.

Declaration
protected virtual void FixOffsetDeviceLayout()
| Edit this page View Source

InitializeLayout()

Initializes the LEDs of the device based on the data provided by the SDK.

Declaration
protected override void InitializeLayout()
Overrides
CorsairRGBDevice<CorsairCustomRGBDeviceInfo>.InitializeLayout()

Implements

IRGBDevice<TDeviceInfo>
ICorsairRGBDevice
IUnknownDevice
IRGBDevice
IEnumerable<T>
IEnumerable
IPlaceable
IBindable
INotifyPropertyChanged
IDisposable
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX