From b9c23405b8f152e9dbd2a8d0311942ecc5217b2a Mon Sep 17 00:00:00 2001 From: sloop Date: Sun, 13 Mar 2016 20:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomView/Base/[3]Color.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CustomView/Base/[3]Color.md b/CustomView/Base/[3]Color.md index a5a4977..8e1fbe5 100644 --- a/CustomView/Base/[3]Color.md +++ b/CustomView/Base/[3]Color.md @@ -4,6 +4,15 @@ ## 一.简单介绍颜色 +安卓支持的颜色模式: + +颜色模式 | +:--- | +ARGB8888 | +ARGB4444 | +RGB565 | +Alpha8 | + 安卓中颜色是按照ARGB方式定义的。 类型 | 解释 | 0(0x00) | 255(0xff)