Class ShadowNativePorterDuffColorFilter

    • Constructor Detail

      • ShadowNativePorterDuffColorFilter

        public ShadowNativePorterDuffColorFilter()
    • Method Detail

      • native_CreateBlendModeFilter

        @Implementation(minSdk=29)
        protected static long native_CreateBlendModeFilter​(int srcColor,
                                                           int blendmode)
      • native_CreatePorterDuffFilter

        @Implementation(minSdk=26,
                        maxSdk=28)
        protected static long native_CreatePorterDuffFilter​(int srcColor,
                                                            int porterDuffMode)