Skip to content

Commit

Permalink
Added some detail to a Doxygen comment (thanks, Sylvain!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 1, 2018
1 parent fac40f8 commit 1e4acca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/SDL_blendmode.h
Expand Up @@ -90,12 +90,12 @@ typedef enum
/**
* \brief Create a custom blend mode, which may or may not be supported by a given renderer
*
* \param srcColorFactor
* \param dstColorFactor
* \param colorOperation
* \param srcAlphaFactor
* \param dstAlphaFactor
* \param alphaOperation
* \param srcColorFactor source color factor
* \param dstColorFactor destination color factor
* \param colorOperation color operation
* \param srcAlphaFactor source alpha factor
* \param dstAlphaFactor destination alpha factor
* \param alphaOperation alpha operation
*
* The result of the blend mode operation will be:
* dstRGB = dstRGB * dstColorFactor colorOperation srcRGB * srcColorFactor
Expand Down

0 comments on commit 1e4acca

Please sign in to comment.