MCPcopy Create free account
hub / github.com/DentonW/DevIL / Color565ToShort

Function Color565ToShort

DevIL/src-IL/src/il_dds-save.cpp:998–1001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

996
997
998ILushort Color565ToShort(Color565 *Colour)
999{
1000 return (Colour->nRed << 11) | (Colour->nGreen << 5) | (Colour->nBlue);
1001}
1002
1003
1004ILushort Color888ToShort(Color888 *Colour)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected