Search Results for

    Show / Hide Table of Contents

    Class Inverse

    Inverse colors

    Inheritance
    object
    BaseTransformationFormula
    Inverse
    Implements
    ITransformationFormula
    Inherited Members
    BaseTransformationFormula.Frequency
    Namespace: Terminaux.Colors.Transformation.Formulas
    Assembly: Terminaux.dll
    Syntax
    public class Inverse : BaseTransformationFormula, ITransformationFormula

    Methods

    | Edit this page View Source

    Transform(int, int, int)

    Transforms the colors using the implementation formula.

    Declaration
    public override (int, int, int) 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

    Overrides
    BaseTransformationFormula.Transform(int, int, int)

    Implements

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