diff options
author | Romain Guy <romainguy@google.com> | 2016-11-29 16:48:27 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2016-11-30 09:33:28 -0800 |
commit | 15296a2d3478f53402e2d98f49724bb791eb339d (patch) | |
tree | 4936aaccd74d8a2e67500a71693901fa26093e55 /docs/html/reference | |
parent | 199e5a98ddc4402ba4b4cdafaa3d8deb58ef3c7d (diff) |
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
Diffstat (limited to 'docs/html/reference')
-rw-r--r-- | docs/html/reference/images/graphics/colorspace_clipped.png | bin | 0 -> 199002 bytes |
-rw-r--r-- | docs/html/reference/images/graphics/colorspace_comparison.png | bin | 0 -> 233442 bytes |
-rw-r--r-- | docs/html/reference/images/graphics/colorspace_comparison2.png | bin | 0 -> 95235 bytes |
-rw-r--r-- | docs/html/reference/images/graphics/colorspace_points.png | bin | 0 -> 188239 bytes |
-rw-r--r-- | docs/html/reference/images/graphics/colorspace_renderer.png | bin | 0 -> 206543 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/docs/html/reference/images/graphics/colorspace_clipped.png b/docs/html/reference/images/graphics/colorspace_clipped.png Binary files differnew file mode 100644 index 000000000000..28204e6e3a88 --- /dev/null +++ b/docs/html/reference/images/graphics/colorspace_clipped.png diff --git a/docs/html/reference/images/graphics/colorspace_comparison.png b/docs/html/reference/images/graphics/colorspace_comparison.png Binary files differnew file mode 100644 index 000000000000..b1b015c73e74 --- /dev/null +++ b/docs/html/reference/images/graphics/colorspace_comparison.png diff --git a/docs/html/reference/images/graphics/colorspace_comparison2.png b/docs/html/reference/images/graphics/colorspace_comparison2.png Binary files differnew file mode 100644 index 000000000000..b263aa1f5d2e --- /dev/null +++ b/docs/html/reference/images/graphics/colorspace_comparison2.png diff --git a/docs/html/reference/images/graphics/colorspace_points.png b/docs/html/reference/images/graphics/colorspace_points.png Binary files differnew file mode 100644 index 000000000000..84d1e77377a2 --- /dev/null +++ b/docs/html/reference/images/graphics/colorspace_points.png diff --git a/docs/html/reference/images/graphics/colorspace_renderer.png b/docs/html/reference/images/graphics/colorspace_renderer.png Binary files differnew file mode 100644 index 000000000000..acf30c3e1716 --- /dev/null +++ b/docs/html/reference/images/graphics/colorspace_renderer.png |