relateiq/Blurry

Name: Blurry

Owner: SalesforceIQ

Description: Blurry is an easy blur library for Android. Moved to GHE https://github.salesforceiq.com/SalesforceIQ/Blurry

Created: 2016-03-24 18:30:05.0

Updated: 2017-12-07 20:34:32.0

Pushed: 2017-12-07 20:36:04.0

Homepage:

Size: 2039

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Moved to GHE https://github.salesforceiq.com/SalesforceIQ/Blurry

Android Arsenal License Download

Blurry is an easy blur library for Android.

logo

Screenshot

Demo

How do I use it?
Setup
Dependencies
ndencies {
compile 'jp.wasabeef:blurry:2.0.0'

Functions

Overlay

Parent must be ViewGroup

ry.with(context).radius(25).sampling(2).onto((ViewGroup) rootView);

Into

ry.with(context).capture(view).into(imageView);

Blur Options

ry.with(context)
adius(10)
ampling(8)
olor(Color.argb(66, 255, 255, 0))
sync()
nimate(500)
nto(rootView);
Requirements

Android 2.3+

Developed By

Daichi Furiya (Wasabeef) - dadadada.chop@gmail.com

Follow me on Twitter

License
Copyright 2015 Wasabeef

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.