RGB to Hex
Interface
C++
ToHex
std::stringtoHex( | int | n | ) |
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
RgbToHex
std::stringrgbToHex( | int | R | |
int | G | ||
int | B | ) |
Parameters
R Red color code (0-255) G Green color code (0-255) B Blue color code (0-255)
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.