Interface IBrushDecorator
Represents a basic decorator.
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IBrushDecorator : IDecorator
Methods
| Edit this page View SourceManipulateColor(in Rectangle, in RenderTarget, ref Color)
Decorator-Method called by the IBrush.
Declaration
void ManipulateColor(in Rectangle rectangle, in RenderTarget renderTarget, ref Color color)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | rectangle | The rectangle in which the IBrush should be drawn. |
RenderTarget | renderTarget | The target (key/point) from which the Color should be taken. |
Color | color | The Color to be modified. |