Skip to content

Commit

Permalink
export get_pastel_car_colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Feb 28, 2020
1 parent 0f2bb20 commit 553e6c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AutoViz.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export
MONOKAY,
OFFICETHEME,
LIGHTTHEME,
set_color_theme
set_color_theme,
get_pastel_car_colors

# Cameras
include("cameras.jl")
Expand Down
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ end

AutoViz.set_color_theme(MONOKAY)
@test AutoViz.colortheme == MONOKAY

s = Frame([veh1])
d = get_pastel_car_colors(s)
@test length(d) == length(s)
end

0 comments on commit 553e6c9

Please sign in to comment.