Enum RenderMode
Contains a list of all brush calculation modes.
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public enum RenderMode
Fields
| Name | Description |
|---|---|
| Absolute | The calculation Rectangle for IBrush will always be the whole RGBSurface. |
| Relative | The calculation Rectangle for IBrush will be the rectangle around the ILedGroup the IBrush is applied to. |