Description
Get the number of bytes per channel of an image.
-
Property type
-
An Integer value.
-
Syntax
-
object.BytesPerChannel
The BytesPerChannel Property syntax has these parts: |
| object | An expression evaluating to an object of type McImage. | Remarks
The number of bytes per pixel is equal to the number of bytes per channel times the number of channels.
|