Make the titles more like titles

This commit is contained in:
Tim Schaub
2015-11-14 16:03:13 -07:00
parent 3035bbdfd3
commit b8cf2b213b
14 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
---
layout: strapless.html
title: Manipulating colors with a raster source
title: Color Manipulation
shortdesc: Demonstrates color manipulation with a raster source.
docs: >
A raster source allows arbitrary manipulation of pixel values. In this example, RGB values on the input tile source are adjusted in a pixel-wise operation before being rendered with a second raster source. The raster operation takes pixels in in RGB space, converts them to HCL color space, adjusts the values based on the controls above, and then converts them back to RGB space for rendering.