From 15296a2d3478f53402e2d98f49724bb791eb339d Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 29 Nov 2016 16:48:27 -0800 Subject: Add API to visualize/debug/compare color spaces and colors ColorSpace.createRenderer() returns a ColorSpace.Renderer which can be used to visualize multiple color spaces and colors (each associated with a specific color space) in the same CIE 1931 xyY chromaticity diagram. This API was used to generate all the diagrams shown in the documentation. Bug: 32984164 Test: ColorSpaceTest in CTS Change-Id: Ic94d939d5cfd563d826701f5e876b67b47ed56ec --- .../reference/images/graphics/colorspace_clipped.png | Bin 0 -> 199002 bytes .../images/graphics/colorspace_comparison.png | Bin 0 -> 233442 bytes .../images/graphics/colorspace_comparison2.png | Bin 0 -> 95235 bytes .../reference/images/graphics/colorspace_points.png | Bin 0 -> 188239 bytes .../reference/images/graphics/colorspace_renderer.png | Bin 0 -> 206543 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/html/reference/images/graphics/colorspace_clipped.png create mode 100644 docs/html/reference/images/graphics/colorspace_comparison.png create mode 100644 docs/html/reference/images/graphics/colorspace_comparison2.png create mode 100644 docs/html/reference/images/graphics/colorspace_points.png create mode 100644 docs/html/reference/images/graphics/colorspace_renderer.png (limited to 'docs/html/reference') diff --git a/docs/html/reference/images/graphics/colorspace_clipped.png b/docs/html/reference/images/graphics/colorspace_clipped.png new file mode 100644 index 000000000000..28204e6e3a88 Binary files /dev/null and b/docs/html/reference/images/graphics/colorspace_clipped.png differ diff --git a/docs/html/reference/images/graphics/colorspace_comparison.png b/docs/html/reference/images/graphics/colorspace_comparison.png new file mode 100644 index 000000000000..b1b015c73e74 Binary files /dev/null and b/docs/html/reference/images/graphics/colorspace_comparison.png differ diff --git a/docs/html/reference/images/graphics/colorspace_comparison2.png b/docs/html/reference/images/graphics/colorspace_comparison2.png new file mode 100644 index 000000000000..b263aa1f5d2e Binary files /dev/null and b/docs/html/reference/images/graphics/colorspace_comparison2.png differ diff --git a/docs/html/reference/images/graphics/colorspace_points.png b/docs/html/reference/images/graphics/colorspace_points.png new file mode 100644 index 000000000000..84d1e77377a2 Binary files /dev/null and b/docs/html/reference/images/graphics/colorspace_points.png differ diff --git a/docs/html/reference/images/graphics/colorspace_renderer.png b/docs/html/reference/images/graphics/colorspace_renderer.png new file mode 100644 index 000000000000..acf30c3e1716 Binary files /dev/null and b/docs/html/reference/images/graphics/colorspace_renderer.png differ -- cgit v1.2.3-59-g8ed1b