[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/TextureImporterRGBMMode.html [Back]  [Original]

Unity - Scripting API: TextureImporterRGBMMode
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    LanguageEnglish
    • C#

    TextureImporterRGBMMode

    enumeration

    Suggest a change

    Success!

    Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

    Close

    Submission failed

    For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

    Close
    Your name Your email Suggestion* Submit suggestion

    Cancel

    Description

    RGBM encoding mode for HDR textures in TextureImporter.

    HDR texture data (i.e. coming from .exr or .hdr files) can be encoded into RGBM format by Unity. This setting controls how the encoding is done. Default is "Auto", which means do RGBM encoding when source data is HDR.

    RGBM encoding packs [0;8] range into [0;1] with multiplier stored in the alpha channel. Final value is RGB*A*8.

    Additional resources: TextureImporterSettings.rgbm.

    Properties

    Property Description
    AutoDo RGBM encoding when source data is HDR in TextureImporter.
    OnDo RGBM encoding in TextureImporter.
    OffDo not perform RGBM encoding in TextureImporter.
    EncodedSource texture is already RGBM encoded in TextureImporter.

    Web Proxy Viewer  |  New URL  |  Original Page