@kognifai/cogsengine
    Preparing search index...

    Enumeration BlendModeConst

    Defines blending modes for rendering.

    Index

    Enumeration Members

    Add: 1

    Render with additive blending.

    AlphaToCoverage: 3

    Interpret alpha value as a coverage mask.

    Blend: 0

    Render with regular alpha blending.

    InverseSourceAlpha_SourceAlpha: 7
    None: 4

    No blending enabled for opaque shapes, defaults to Blend for transparent shapes.

    One_One_Zero_InverseSourceAlpha: 6
    PremultipliedBlend: 2

    Render with blending, treating the source material as having pre-multiplied the alpha values into the RGB channels.

    Zero: 5

    Disable all color writes.