Page MenuHomestyx hydra

PHUIColor.php
No OneTemporary

PHUIColor.php

<?php
final class PHUIColor extends Phobject {
public static function getWebColorFromANSIColor($ansi_color) {
$map = array(
'cyan' => 'sky',
'magenta' => 'pink',
);
return idx($map, $ansi_color, $ansi_color);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, May 21, 2:10 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
122736
Default Alt Text
PHUIColor.php (244 B)

Event Timeline