This package provides a static list of RAL Classic Colors
This package provides a static table of RAL Classic Colors.
The object may retun an array which contains the RAL Number, Range Index, English Name, German Name and a compatible Hex Color Code.
Packagist Entry https://packagist.org/packages/pixelbrackets/ral-color-chart/
https://gitlab.com/pixelbrackets/ral-color-chart/
$colorChart = new \Pixelbrackets\RalColorChart\RalColorChart();
$colors = $colorChart->getList();
$colorChart = new \Pixelbrackets\RalColorChart\RalColorChart();
$ranges = $colorChart->getRangeList();
$colorChart = new \Pixelbrackets\RalColorChart\RalColorChart();
$groupedColors = $colorChart->getGroupedList();
GNU General Public License version 2 or later
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
Dan Untenzu (mail@pixelbrackets.de / @pixelbrackets)
See ./CHANGELOG.md
This script is Open Source, so please use, patch, extend or fork it.