Grx.Frame.mode_get_line_offset

@accepts(Grx.FrameMode, int)
@returns(int)
def mode_get_line_offset(mode, width):
    # Python wrapper for grx_frame_mode_get_line_offset()
  

Gets the offset in bytes for a row of width pixels.

mode

a Grx.FrameMode

width

the width in pixels

Returns