0xbc, 'g' => 0x39, 'b' => 0x6c], ColorUtils::intToRgb(12335468)); } /** * @testdox Rgb can be converted to a integer * @covers phpOMS\Utils\ColorUtils */ public function testRgbToInt() : void { self::assertEquals(12335468, ColorUtils::rgbToInt(['r' => 0xbc, 'g' => 0x39, 'b' => 0x6c])); } }