Class ShadowPorterDuffColorFilter

    • Constructor Detail

      • ShadowPorterDuffColorFilter

        public ShadowPorterDuffColorFilter()
    • Method Detail

      • __constructor__

        @Implementation(maxSdk=19)
        protected void __constructor__​(int color,
                                       PorterDuff.Mode mode)
      • getColor

        @Implementation(minSdk=21)
        public int getColor()
        Returns:
        Returns the ARGB color used to tint the source pixels when this filter is applied.
      • getMode

        @Implementation(minSdk=21)
        public PorterDuff.Mode getMode()
        Returns:
        Returns the Porter-Duff mode used to composite this color filter's color with the source pixel when this filter is applied.