nuke.Info

class nuke.Info

Bases: object

An info object stores x, y, w and h values.

Methods

h

Return height.

w

Return width.

x

Return left edge.

y

Return the bottom edge.

h() float

Return height.

w() float

Return width.

x() float

Return left edge.

y() float

Return the bottom edge.