ColorUtils
public final class ColorUtilsextendsObject
| java.lang.Object | |
|---|---|
| ↳ | android.support.v4.graphics.ColorUtils |
added in version 22.1.0.
一组颜色相关的实用方法,基于Color中可用的方法.
公共方法
setAlphaComponent
added in version 22.1.0.
int setAlphaComponent (int color,
int alpha)
将color的alpha分量设置为alpha.
| 参数 | |
|---|---|
| color | int |
| alpha | int 值要小于等于255 |
calculateContrast
added in version 22.1.0.
double calculateContrast (int foreground,
int background)
返回foreground 和 background 之间的对比度.background 必须是不透明的.
公式定义在这里here.
| 参数 | |
|---|---|
| foreground | int |
| background | int |
| 返回值 | |
|---|---|
| double |