Struct OiioWrapper.ImageHeader
A struct representing an Image Header
Inherited Members
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 |