Interface ILcdColorFilter


public interface ILcdColorFilter
A color filter.
Since:
2013.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(float[] aRGBAColorSFCT)
    Applies the filter to a color.
  • Method Details

    • apply

      void apply(float[] aRGBAColorSFCT)
      Applies the filter to a color.

      The color components are normalized in [0, 1].

      The aRGBAColorSFCT argument serves as both the input and output color. It should be modified to the color after this filter is applied to it.

      Parameters:
      aRGBAColorSFCT - the color array of length 4 (red, green, blue and alpha) to which the filter should be applied