Search Results for

    Show / Hide Table of Contents

    Class AlphaBlend

    Alpha blending utilities.

    Inheritance
    AlphaBlend
    Assembly: FlaxEngine.dll
    File: Engine/Animations/AlphaBlend.h
    Syntax
    public class AlphaBlend

    Methods

    Process(float alpha, AlphaBlendMode mode)

    Converts the input alpha value from a linear 0-1 value into the output alpha described by blend mode.

    Declaration
    public static float Process(float alpha, AlphaBlendMode mode)
    Parameters
    float alpha

    The alpha (normalized to 0-1).

    AlphaBlendMode mode

    The mode.

    Returns
    float

    The output alpha (normalized to 0-1).

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat