Samples Product Information Home Page Pricing Login

Color Cells

For some products, you may want to display the available colors without printing an image of every option. CleverCat allows you to easily add color cells to a template. There are two options for this.

Product Layout Cells

With this option, a cell is placed on the Design Pad just like any other, and its Cell Type is set to Color. In this simple configuration, if you want to print the name of the color, you need to use another Text Cell, and the number of colors is limited to the number of available cells.

 

Data Table Cells

You can also define a cell in a Data Table as Color, and have an unlimited number of colors printed in the table.

If you want the name of the color printed, you need to use a second column.

 

Data Format

Two data formats are recognized: Hex, and RGB.

A Hex color is typically stored as 6 characters preceded by a '#' symbol. An RGB color is structured as 3 numeric values separated by commas. CleverCat allows some flexibilty with these formats.

The following Hex and RGB entries will be recognized.

  • #75446c
  • 75446c
  • RGB(190, 182, 169)
  • (190, 182, 169)
  • 190, 182, 169

 

Colored Labels

In the Product Layout example above, the Data Cells are used to record and display a color. Because there are only 20 customizable Data Cells, you are limited to a maximum of 20 colors. That would likely be enough for any user except that some cells will be required for the product name, description, price, and so on. If you also want to print the name of the color, it may be possible that this is not enough.

It is possible to have the Label Cell display the color while the Data cell prints the text, effectively doubling the number of color cells. To do this, separate the color name from the color data with a semicolon, as in this example.

Next, place the Data and Label cells on the Design Pad, and set the Cell Type for both to Color.

 

The semicolon combined with the Cell Type instructs the software to print everything before the semicolon as text in the Data cell, and recognize everything after the semicolon as a color to be printed in the Label cell.

In this example, I've used a Hex color, but you can also use RGB values separated by commas after the semicolon.

 

 

 

Return to Tutorial Selection