Search Results for

    Show / Hide Table of Contents

    Struct RGBA16UNorm

    Assembly: FlaxEngine.dll
    File: Engine/Core/Math/Packed.h
    Syntax
    public struct RGBA16UNorm

    Constructors

    RGBA16UNorm(float x, float y, float z, float w)

    Declaration
    public RGBA16UNorm(float x, float y, float z, float w)
    Parameters
    float x

    float y

    float z

    float w

    Fields

    W

    Declaration
    public uint16 W
    Field Value
    uint16

    X

    Declaration
    public uint16 X
    Field Value
    uint16

    Y

    Declaration
    public uint16 Y
    Field Value
    uint16

    Z

    Declaration
    public uint16 Z
    Field Value
    uint16

    Methods

    ToFloat4()

    Declaration
    public Float4 ToFloat4() const
    Returns
    Float4

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