#include "app/gfx/snes_palette.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "app/gfx/snes_color.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::test |
namespace | yaze::test::gfx |
namespace | yaze::test::gfx::anonymous_namespace{snes_palette_test.cc} |
Functions | |
unsigned int | yaze::test::gfx::anonymous_namespace{snes_palette_test.cc}::test_convert (snes_color col) |
yaze::test::gfx::TEST (SnesPaletteTest, AddColor) | |
yaze::test::gfx::TEST (SnesColorTest, ConvertRgbToSnes) | |
yaze::test::gfx::TEST (SnesColorTest, ConvertSnestoRGB) | |
yaze::test::gfx::TEST (SnesColorTest, ConvertSnesToRGB_Binary) | |
yaze::test::gfx::TEST (SnesColorTest, Extraction) | |
yaze::test::gfx::TEST (SnesColorTest, Convert) | |