|
||
|
|
#1 (permalink) |
|
Newbie
Join Date: Nov 2007
Age: 22
Posts: 54
|
the GetHues method should be
Code:
public static Hue GetHue( int index )
{
index &= 0x3FFF;
if ( index >= 0 && index < 3000 )
return m_List[index - 1];
return m_List[0];
}
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|