C++ 顏色RGB值轉換爲16進制

#include <sstream> /** * Transform RGB value to hex. */ std::string rgb2hex(int r, int g, int b, bool with_head = false); std::string rgb2hex(int r, int g, int b, bool with_head) { std::stringst
相關文章
相關標籤/搜索