I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
get GPL
COST (GBP)
this unit 0.20
sub units 0.00
+
0

RGB to Hex

Controller: CodeCogs

Interface

C++

ToHex

 
std::stringtoHexintn )
Converts a single colour value between 0-255 to hexadecimal.
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::stringrgbToHexintR
intG
intB )
Converts integer values for Red, Green and Blue into Hexadecimal

Parameters

RRed color code (0-255)
GGreen color code (0-255)
BBlue 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.