public GlColor(GlWinDrawColor copyColor) : this(copyColor as GlColor) { }
public GlWinDrawColor(GlWinDrawColor copyColor) : base(copyColor) { }