[wpilib] Add hex string constructor to Color and Color8Bit (#5063)

Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
Sriman Achanta
2023-12-01 13:26:58 -05:00
committed by GitHub
parent 74b85b76a9
commit 7ed900ae3a
10 changed files with 401 additions and 5 deletions

View File

@@ -4,8 +4,6 @@
#include "frc/util/Color.h"
#include <fmt/format.h>
using namespace frc;
std::string Color::HexString() const {

View File

@@ -4,8 +4,6 @@
#include "frc/util/Color8Bit.h"
#include <fmt/format.h>
using namespace frc;
std::string Color8Bit::HexString() const {