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

Function Color888ToShort

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

Source from the content-addressed store, hash-verified

1002
1003
1004ILushort Color888ToShort(Color888 *Colour)
1005{
1006 return ((Colour->r >> 3) << 11) | ((Colour->g >> 2) << 5) | (Colour->b >> 3);
1007}
1008
1009
1010ILuint GenBitMask(ILushort ex0, ILushort ex1, ILuint NumCols, ILushort *In, ILubyte *Alpha, Color888 *OutCol)

Callers 1

PreMultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected