Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change / reduce FlxColor presets #1117

Closed
Gama11 opened this issue May 22, 2014 · 7 comments
Closed

Change / reduce FlxColor presets #1117

Gama11 opened this issue May 22, 2014 · 7 comments

Comments

@Gama11
Copy link
Member

Gama11 commented May 22, 2014

Been discussed in #1113 and #1027, no conclusions yet though.

This issue over at flixel-community is relevant: FlixelCommunity/flixel#209

@IQAndreas
Copy link

This was also discussed in FlixelCommunity/flixel#141

Unless anyone has any objections, it seems the colors we will be going with in AS3 Flixel will be taken from the colors found in MineCraft (it uses 16 colors which is a nice balance): White, Orange, Magenta, Light Blue, Yellow, Lime, Pink, Gray, Light Gray, Cyan, Purple, Blue, Brown, Green, Red, and Black.

@Gama11
Copy link
Member Author

Gama11 commented May 31, 2014

That seems like a surprisingly good selection.

We would also need to keep FlxColor.TRANSPARENT.

@sruloart
Copy link
Contributor

👍
I guess Flixel-based-games are going to look a lot like Minecraft from now on...

@Gama11
Copy link
Member Author

Gama11 commented Jun 1, 2014

@IQAndreas: What are the actual hex values you plan on using? Obviously you wouldn't want 0xDDDDDD for white, for example (like that wiki page has).

@IQAndreas
Copy link

What are the actual hex values you plan on using? Obviously you wouldn't want 0xDDDDDD for white, for example (like that wiki page has).

Good point. IANAD*, but how does this look? http://jsfiddle.net/Vd2Y9/2/ (taken mostly from http://en.wikipedia.org/wiki/Web_colors for consistency)

  1. Green is not 0x00FF00; that color has been used for Lime.
  2. Perhaps it's just me, but I personally see Cyan as very similar to Light Blue and had a hard time picking a shade, so I added an alternative version of the Light Blue color (which is a bit darker than what would be considered "light", but still lighter than pure Blue).

* I am not a designer

@steverichey
Copy link
Contributor

I only use WHITE, BLACK, and TRANSPARENT, IIRC, but this looks like a good range of colors.

@Gama11 Gama11 closed this as completed in 1293158 Jun 12, 2014
gamedevsam added a commit that referenced this issue Jun 12, 2014
FlxColor: reduce color presets to 15, closes #1117
@anissen
Copy link
Contributor

anissen commented Jun 13, 2014

http://clrs.cc/ also has a nice set of "modern" default colors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants