Class ShadowNativeBlendModeColorFilter

java.lang.Object
org.robolectric.shadows.ShadowNativeBlendModeColorFilter

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

    • ShadowNativeBlendModeColorFilter

      public ShadowNativeBlendModeColorFilter()
  • Method Details

    • native_CreateBlendModeFilter

      @Implementation(minSdk=29, maxSdk=34) protected static long native_CreateBlendModeFilter(int srcColor, int blendmode)