Search Results for

    Show / Hide Table of Contents

    Class TextureFormatType

    Describes texture compression format type

    Inheritance
    System.Object
    TextureFormatType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class TextureFormatType : Enum

    Fields

    ColorRGB

    The color with RGB channels.

    Declaration
    public const TextureFormatType ColorRGB
    Field Value
    TextureFormatType

    ColorRGBA

    The color with RGBA channels.

    Declaration
    public const TextureFormatType ColorRGBA
    Field Value
    TextureFormatType

    GrayScale

    The gray scale (R channel).

    Declaration
    public const TextureFormatType GrayScale
    Field Value
    TextureFormatType

    HdrRGB

    The HDR color (RGB channels).

    Declaration
    public const TextureFormatType HdrRGB
    Field Value
    TextureFormatType

    HdrRGBA

    The HDR color (RGBA channels).

    Declaration
    public const TextureFormatType HdrRGBA
    Field Value
    TextureFormatType

    NormalMap

    Normal map data (packed and compressed).

    Declaration
    public const TextureFormatType NormalMap
    Field Value
    TextureFormatType

    value__

    Declaration
    public byte value__
    Field Value
    System.Byte

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat