Interface IColorCorrection
Represents a generic color-correction.
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IColorCorrection
Methods
| Edit this page View SourceApplyTo(ref Color)
Applies the IColorCorrection to the specified Color.
Declaration
void ApplyTo(ref Color color)
Parameters
Type | Name | Description |
---|---|---|
Color | color | The Color to correct. |