<?php
return [
// RGBA (hex)
[
'BB',
'FFAABBCC',
],
// RGBA (decimal)
187,
false,
// RGB (hex)
'AABBCC',
// RGB (decimal)
'00',
'FF00FF',
0,
];