Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from TylerEich/Force-Alpha
Browse files Browse the repository at this point in the history
Removed UIColor
  • Loading branch information
TylerEich committed Aug 12, 2013
2 parents 821c494 + 26f5ecb commit 6487aee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Colors/colors.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
'name'=>$name,
'rgb'=>$rgb,
'rgb_pcnt'=>$rgb_pcnt,
'uicolor'=>$uicolor
);
if(!$a){
$description = array(
Expand All @@ -157,7 +156,6 @@
'name'=>'CSS3 named color',
'rgb'=>'RGB format',
'rgb_pcnt'=>'RGB percent format',
'uicolor'=>'UIColor format'
);
}else{
$description = array(
Expand All @@ -166,7 +164,6 @@
'name'=>'CSS3 named color',
'rgb'=>'RGBA format',
'rgb_pcnt'=>'RGBA percent format',
'uicolor'=>'UIColor format'
);
}
$json = jsonrgba($rgba);
Expand Down

0 comments on commit 6487aee

Please sign in to comment.