Class ShadowNativeLightingColorFilter

java.lang.Object
org.robolectric.shadows.ShadowNativeLightingColorFilter

Shadow for LightingColorFilter that is backed by native code
  • Constructor Details

    • ShadowNativeLightingColorFilter

      public ShadowNativeLightingColorFilter()
  • Method Details

    • native_CreateLightingFilter

      @Implementation(minSdk=26, maxSdk=34) protected static long native_CreateLightingFilter(int mul, int add)