Skip to content

Commit

Permalink
Removal of color
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Jan 30, 2024
1 parent 3c25d4b commit ea02451
Show file tree
Hide file tree
Showing 11 changed files with 902 additions and 984 deletions.
1 change: 0 additions & 1 deletion apps/ycolorgrade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
//

#include <yocto/yocto_cli.h>
#include <yocto/yocto_color.h>
#include <yocto/yocto_gui.h>
#include <yocto/yocto_image.h>
#include <yocto/yocto_math.h>
Expand Down
1 change: 0 additions & 1 deletion apps/yimalpha.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
//

#include <yocto/yocto_cli.h>
#include <yocto/yocto_color.h>
#include <yocto/yocto_image.h>
#include <yocto/yocto_math.h>
#include <yocto/yocto_sceneio.h>
Expand Down
1 change: 0 additions & 1 deletion apps/yimdiff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
//

#include <yocto/yocto_cli.h>
#include <yocto/yocto_color.h>
#include <yocto/yocto_image.h>
#include <yocto/yocto_math.h>
#include <yocto/yocto_sceneio.h>
Expand Down
1 change: 0 additions & 1 deletion apps/ytonemap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
//

#include <yocto/yocto_cli.h>
#include <yocto/yocto_color.h>
#include <yocto/yocto_gui.h>
#include <yocto/yocto_image.h>
#include <yocto/yocto_math.h>
Expand Down
2 changes: 1 addition & 1 deletion libs/yocto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_library(yocto STATIC
yocto_math.h yocto_color.h yocto_geometry.h
yocto_math.h yocto_geometry.h
yocto_sampling.h yocto_shading.h
yocto_modeling.h yocto_animation.h
yocto_bvh.h yocto_bvh.cpp
Expand Down

0 comments on commit ea02451

Please sign in to comment.