RenderWindowChannelPixelSize Method |
Returns the size of the data in one pixel in the channel. For RDK standard channels, this value is always sizeof(float).
For the special chanRGBA collective channel,
this value is 4 * sizeof(float).
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
SyntaxPublic Function PixelSize As Integer
Return Value
Type:
Int32The size of a pixel.
Version InformationRhino for Windows
Supported in: 6.8
See Also