diff options
| author | Ian C <ianc@noddybox.co.uk> | 2005-05-21 01:28:48 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2005-05-21 01:28:48 +0000 |
| commit | 33017193d2ca0b7b18e65526f93feb2fe3bfec46 (patch) | |
| tree | 0926c37d149e9643e92b0e775c436e10d48b3f72 /Util.cs | |
| parent | cac0e5a6f3baeaa2e891677c79bba00ff3c44e1a (diff) | |
Changed so that editing allows alpha to be used. Font import still not working correctly.
Diffstat (limited to 'Util.cs')
| -rw-r--r-- | Util.cs | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -53,11 +53,6 @@ namespace BitmapFontEd MessageBoxButtons.OK,MessageBoxIcon.Information);
}
- public static bool IsBlack(Color c)
- {
- return c.R==0 && c.G==0 && c.B==0;
- }
-
public static uint ReadUint(Stream str)
{
uint l=0;
|
