PixelInfo
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- PixelInfo
Inherited Members
Namespace: UnityEngine.Pixyz.Material
[Serializable]public class PixelInfo
Constructors
PixelInfo()
public PixelInfo()
PixelInfo(PixelInfo)
public PixelInfo(PixelInfo o)
Parameters
Type | Name | Description |
|---|---|---|
| PixelInfo | o |
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 |