aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkColorSpaceXform.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/core/SkColorSpaceXform.h b/include/core/SkColorSpaceXform.h
index 0c4fd7aa33..fc38b7cbbc 100644
--- a/include/core/SkColorSpaceXform.h
+++ b/include/core/SkColorSpaceXform.h
@@ -32,15 +32,15 @@ public:
kRGB_U16_BE_ColorFormat, // Src only
kRGBA_U16_BE_ColorFormat, // Src only
- kRGBA_F16_ColorFormat, // Dst only
+ kRGBA_F16_ColorFormat,
kRGBA_F32_ColorFormat, // Dst only
};
/**
* Apply the color conversion to a |src| buffer, storing the output in the |dst| buffer.
*
- * F16 and F32 are only supported as dst color formats, and only when the dst color space
- * is linear. This function will return false in unsupported cases.
+ * F32 is only supported as a dst color format. F16 and F32 are only supported when the color
+ * space is linear. This function will return false in unsupported cases.
*
* @param dst Stored in the format described by |dstColorFormat|
* @param src Stored in the format described by |srcColorFormat|