update dox

TBR=
NOTRY=True

Author: reed@google.com

Review URL: https://codereview.chromium.org/352873003
This commit is contained in:
reed 2014-06-30 12:44:03 -07:00 committed by Commit bot
parent 170e00d640
commit 6c6ddb8805

View File

@ -67,6 +67,10 @@ static inline bool SkAlphaTypeIsValid(unsigned value) {
/**
* Describes how to interpret the components of a pixel.
*
* kN32_SkColorType is an alias for whichever 32bit ARGB format is the "native"
* form for skia's blitters. Use this if you don't have a swizzle preference
* for 32bit pixels.
*/
enum SkColorType {
kUnknown_SkColorType,