MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / DLParser_SetBlendColor

Function DLParser_SetBlendColor

Source/HLEGraphics/DLParser.cpp:1270–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268//
1269//*****************************************************************************
1270void DLParser_SetBlendColor( MicroCodeCommand command )
1271{
1272 #ifdef DAEDALUS_DEBUG_DISPLAYLIST
1273 DL_PF(" RGBA: %d %d %d %d", command.color.r, command.color.g, command.color.b, command.color.a);
1274#endif
1275 c32 blend_colour( command.color.r, command.color.g, command.color.b, command.color.a );
1276
1277 gRenderer->SetBlendColour( blend_colour );
1278}
1279
1280//*****************************************************************************
1281//

Callers

nothing calls this directly

Calls 1

SetBlendColourMethod · 0.80

Tested by

no test coverage detected