Grx.Frame.mode_get_plane_size

@accepts(Grx.FrameMode, int, int)
@returns(int)
def mode_get_plane_size(mode, width, height):
    # Python wrapper for grx_frame_mode_get_plane_size()
  

Gets the plane size in bytes required to store an image of width x height for this frame mode.

mode

a Grx.FrameMode

width

the width in pixels

height

the height in pixels

Returns