docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct OiioWrapper.ImageHeader

    A struct representing an Image Header

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEditor.Bindings.OpenImageIO
    Assembly: Unity.Bindings.OpenImageIO.Editor.dll
    Syntax
    public struct OiioWrapper.ImageHeader

    Fields

    attributes

    Pointer to attributes data structure

    Declaration
    public IntPtr attributes
    Field Value
    Type Description
    IntPtr

    attributesCount

    Number of attributes

    Declaration
    public uint attributesCount
    Field Value
    Type Description
    uint

    channelsCount

    Number of channels in the image

    Declaration
    public uint channelsCount
    Field Value
    Type Description
    uint

    data

    Pointer to image data structure

    Declaration
    public IntPtr data
    Field Value
    Type Description
    IntPtr

    height

    Image height

    Declaration
    public uint height
    Field Value
    Type Description
    uint

    width

    Image width

    Declaration
    public uint width
    Field Value
    Type Description
    uint
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)