GskTransform

gsk.transform.Transform is an object to describe transform matrices.

Unlike graphene.matrix.Matrix, gsk.transform.Transform retains the steps in how a transform was constructed, and allows inspecting them. It is modeled after the way CSS describes transforms.

gsk.transform.Transform objects are immutable and cannot be changed after creation. This means code can safely expose them as properties of objects without having to worry about others changing them.

struct GskTransform