android color工具,ColorPickerView是Android 上的取色工具

ColorPickerView

68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865253230322e302d626c75652e73766768747470733a2f2f7472617669732d63692e6f72672f736b79646f7665732f436f6c6f725069636b6572566965772e7376673f6272616e63683d6d6173746572

You can use like just ImageView and you can get HSV colors, RGB values, Html color codes

from your gallery pictures or custom images just touch.

3190c64ce64d5ada6bf107f543e5e5af.pngb12997bcce51186a94dc5f44557b4059.png

Multi-ColorPickerView

You can get colors using multi selectors.

At Multi-ColorPicker you can get more specialized library in multi-coloring.

f5c7e5b8db91eea937d90350be80d611.png

Including in your project

build.gradle

repositories {

mavenCentral() // or jcenter() works as well

}

dependencies {

compile 'com.github.skydoves:colorpickerview:1.0.8'

}

or Maven

com.github.skydoves

colorpickerview

1.0.8

Usage

You can use like using just ImageView and you can get color from any images.

Add XML Namespace

First add below XML Namespace inside your XML layout file.

xmlns:app="http://schemas.android.com/apk/res-auto"

ColorPickerView in layout

android:id="@+id/colorPickerView"

android:layout_width="300dp"

android:layout_height="300dp"

app:palette="@drawable/palette"

app:selector="@drawable/wheel" />

Attribute description

app:palette="@drawable/palette" // set palette image

app:selector="@drawable/wheel" // set selector image. This isn't required always. If you don't need, don't use.

Color Selected Listener

colorPickerView.setColorListener(new ColorListener() {

@Override

public void onColorSelected(int color) {

LinearLayout linearLayout = findViewById(R.id.linearLayout);

linearLayout.setBackgroundColor(color);

}

});

Methods

Methods

Return

Description

getColor()

int

the last selected color

getColorHtml()

String

the last selected Html color code

getColorRGB()

int[3]

the last selected color's RGB value.

int[0] : R, int[1] : G, int[2] : B

setPaletteDrawable(Drawable drawable)

void

change palette drawable resource

setSelectorDrawable(Drawable drawable)

void

change selector drawable resource

setSelectorPoint(int x, int y)

void

moving selector at point(x, y)

selectCenter()

void

select center of drawable image

setACTION_UP(Boolean)

void

ColorListener only listening when ACTION_UP.

License

Copyright 2017 skydoves

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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值