Show / Hide Table of Contents

Interface IBrushDecorator

Represents a basic decorator.

Inherited Members
IDecorator.IsEnabled
IDecorator.Order
IDecorator.OnAttached(IDecoratable)
IDecorator.OnDetached(IDecoratable)
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IBrushDecorator : IDecorator

Methods

| Edit this page View Source

ManipulateColor(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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX