Updated licensing information.
This commit is contained in:
parent
cba3413059
commit
7bbab20112
2 changed files with 15 additions and 9 deletions
|
@ -60,14 +60,14 @@ namespace Examples.Shapes
|
|||
|
||||
Colors = new int[]
|
||||
{
|
||||
Color.Firebrick.ToArgb(),
|
||||
Color.Honeydew.ToArgb(),
|
||||
Color.Moccasin.ToArgb(),
|
||||
Color.Yellow.ToArgb(),
|
||||
Color.Crimson.ToArgb(),
|
||||
Color.DarkGoldenrod.ToArgb(),
|
||||
Color.ForestGreen.ToArgb(),
|
||||
Color.Sienna.ToArgb(),
|
||||
Utilities.ColorToRgba32(Color.DarkRed),
|
||||
Utilities.ColorToRgba32(Color.DarkRed),
|
||||
Utilities.ColorToRgba32(Color.Gold),
|
||||
Utilities.ColorToRgba32(Color.Gold),
|
||||
Utilities.ColorToRgba32(Color.DarkRed),
|
||||
Utilities.ColorToRgba32(Color.DarkRed),
|
||||
Utilities.ColorToRgba32(Color.Gold),
|
||||
Utilities.ColorToRgba32(Color.Gold),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
using System;
|
||||
#region --- License ---
|
||||
/* Copyright (c) 2006, 2007 Stefanos Apostolopoulos
|
||||
* See license.txt for license info
|
||||
*/
|
||||
#endregion
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenTK.Math;
|
||||
|
|
Loading…
Reference in a new issue