Interface ITransformationFormula
Transformation formula interface
Namespace: Terminaux.Colors.Transformation
Assembly: Terminaux.dll
Syntax
public interface ITransformationFormula
Methods
Transform(int, int, int)
Transforms the colors using the implementation formula.
Declaration
(int r, int g, int b) Transform(int r, int g, int b)
Parameters
Type | Name | Description |
---|---|---|
int | r | Red color level |
int | g | Green color level |
int | b | Blue color level |
Returns
Type | Description |
---|---|
(int R, int G, int B) | Transformed RGB values |