Structure representing the alpha-blending function. More...
Public Member Functions | |
| BlendFunc (BlendFuncMode mode, BlendFuncFactor srcFactor, BlendFuncFactor dstFactor) | |
| Creates the structure representing the alpha-blending function. | |
| void | Set (BlendFuncMode mode, BlendFuncFactor srcFactor, BlendFuncFactor dstFactor) |
| Sets a value to the the structure representing the alpha-blending function. | |
Properties | |
| BlendFuncMode | Mode [get, set] |
| Alpha-blending function mode. | |
| BlendFuncFactor | SrcFactor [get, set] |
| Alpha-blending function source coefficient. | |
| BlendFuncFactor | DstFactor [get, set] |
| Alpha-blending function destination coefficient. | |
Structure representing the alpha-blending function.
| BlendFunc | ( | BlendFuncMode | mode, |
| BlendFuncFactor | srcFactor, | ||
| BlendFuncFactor | dstFactor | ||
| ) |
Creates the structure representing the alpha-blending function.
| mode | Alpha-blending function mode |
| srcFactor | Alpha-blending function source coefficient |
| dstFactor | Alpha-blending function destination coefficient |
| void Set | ( | BlendFuncMode | mode, |
| BlendFuncFactor | srcFactor, | ||
| BlendFuncFactor | dstFactor | ||
| ) |
Sets a value to the the structure representing the alpha-blending function.
| mode | Alpha-blending function mode |
| srcFactor | Alpha-blending function source coefficient |
| dstFactor | Alpha-blending function destination coefficient |