[][src]Module color_counter::constants

This module define some useful constants.

The constants serve the purpose of easing the division of the color space.

Note that these values are aggressively rounded. These coordinates are all based on the CIELAB color space.

Constants

A_RANGE

The range of the A coordinate.

A_START

The starting value of the A coordinate.

B_RANGE

The range of the B coordinate.

B_START

The starting value of the B coordinate.

L_RANGE

The range of the L coordinate.

L_START

The starting value of the L coordinate.