Show / Hide Table of Contents

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 Source

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

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