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

Add possibility to choose a color for sdl::Window::draw_* #5

Open
1 of 2 tasks
vpenando opened this issue Sep 6, 2017 · 0 comments
Open
1 of 2 tasks

Add possibility to choose a color for sdl::Window::draw_* #5

vpenando opened this issue Sep 6, 2017 · 0 comments

Comments

@vpenando
Copy link
Owner

vpenando commented Sep 6, 2017

Possibility to choose a color for sdl::Window::draw_*:

void draw_point(Point const& point, NullableColor const& color = api::NULL_VAL);
void draw_points(std::vector<Point> const& points, NullableColor const& color = api::NULL_VAL);
void draw_line(Point const& p1, Point const& p2, NullableColor const& color = api::NULL_VAL);

Progress:

  • Implementation
  • Tests
@vpenando vpenando changed the title Test issue 2 Added possibility to choose a color for sdl::Window::draw_* Sep 6, 2017
@vpenando vpenando changed the title Added possibility to choose a color for sdl::Window::draw_* Add possibility to choose a color for sdl::Window::draw_* Sep 6, 2017
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

1 participant