Table of Contents

Wiki > TV3D65 Index

TYPE

- This enumeration is used to determine the blending modes of a mesh or 2D rendering operation in the BlendingModeEx functions:

MEMBERS

NAMEVALUEDESCRIPTION
TV_BLENDEX_DESTALPHA7Uses the alpha of the destination.
TV_BLENDEX_INVDESTALPHA8Uses the inverse alpha of the destination.
TV_BLENDEX_INVSRCALPHA6Uses the inverse alpha of the source.
TV_BLENDEX_INVSRCCOLOR4Uses the inverse color of the source.
TV_BLENDEX_ONE2Uses one as blending factor.
TV_BLENDEX_SRCALPHA5Uses the alpha of the source.
TV_BLENDEX_SRCCOLOR3Uses the color of the source.
TV_BLENDEX_ZERO1Uses zero as blending factor.

TIPS