Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK


PixelInfo

Class
Read time 1 minuteLast updated a day ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class PixelInfo

Constructors

PixelInfo()

public PixelInfo()

PixelInfo(PixelInfo)

public PixelInfo(PixelInfo o)
Parameters

Type

Name

Description

PixelInfoo

Fields

layout

public ImageLayout layout
Returns

Type

Description

ImageLayout

type

public ImageComponentType type
Returns

Type

Description

ImageComponentType

componentCount

public int componentCount
Returns

Type

Description

int

bitsPerComponent

public int bitsPerComponent
Returns

Type

Description

int

bytesPerComponent

public int bytesPerComponent
Returns

Type

Description

int

bytesPerPixel

public int bytesPerPixel
Returns

Type

Description

int

isFloat

public bool isFloat
Returns

Type

Description

bool

isSigned

public bool isSigned
Returns

Type

Description

bool

isNormalized

public bool isNormalized
Returns

Type

Description

bool