Enum BlendOp | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Enum BlendOp

    Blending operation when drawing

    Namespace: Unity.Tiny.Core2D
    Syntax
    public enum BlendOp

    Fields

    Name Description
    Add

    Additive blending. Only brightens colors. Black is neutral and has no effect..

    Alpha

    Default. Normal alpha blending.

    Disabled

    Do not perform any blending.

    Multiply

    Multiplicative blending. Only darken colors. White is neutral and has no effect.

    MultiplyAlpha

    Multiplies the target by the source alpha. Only the source alpha channel is used. Drawing using this mode is useful when rendering to a textures to mask borders.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023