{"SetX",(PyCFunction)PySfDrawable_SetX,METH_O,"SetX(X)\nSet the X position of the object.\n X : New X coordinate"},
{"SetY",(PyCFunction)PySfDrawable_SetY,METH_O,"SetY(Y)\nSet the Y position of the object.\n Y : New Y coordinate"},
{"SetScale",(PyCFunction)PySfDrawable_SetScale,METH_VARARGS,"SetScale(ScaleX, ScaleY)\nSet the scale of the object.\n ScaleX : New horizontal scale (must be strictly positive)\n ScaleY : New vertical scale (must be strictly positive)"},
{"SetScaleX",(PyCFunction)PySfDrawable_SetScaleX,METH_O,"SetScaleX(ScaleX)\nSet the X scale factor of the object.\n ScaleX : New horizontal scale (must be strictly positive)"},
{"SetScaleY",(PyCFunction)PySfDrawable_SetScaleY,METH_O,"SetScaleY(ScaleY)\nSet the Y scale factor of the object.\n ScaleY : New vertical scale (must be strictly positive)"},
{"SetRotation",(PyCFunction)PySfDrawable_SetRotation,METH_O,"SetRotation(Rotation)\nSet the orientation of the object.\n Rotation : Angle of rotation, in degrees"},
{"SetCenter",(PyCFunction)PySfDrawable_SetCenter,METH_VARARGS,"SetCenter(CenterX, CenterY)\nSet the center of the object, in coordinates relative to the object.\n CenterX : X coordinate of the center\n CenterY : Y coordinate of the center"},
{"GetCenter",(PyCFunction)PySfDrawable_GetCenter,METH_NOARGS,"GetCenter()\nGet the center of the object, in coordinates relative to the object."},
{"SetColor",(PyCFunction)PySfDrawable_SetColor,METH_O,"SetColor(Color)\nSet the color of the object.\n Color : New color"},
{"GetPosition",(PyCFunction)PySfDrawable_GetPosition,METH_NOARGS,"GetPosition()\nGet the position of the object."},
{"GetScale",(PyCFunction)PySfDrawable_GetScale,METH_NOARGS,"GetScale()\nGet the scale of the object."},
{"GetRotation",(PyCFunction)PySfDrawable_GetRotation,METH_NOARGS,"GetRotation()\nGet the orientation of the object."},
{"GetColor",(PyCFunction)PySfDrawable_GetColor,METH_NOARGS,"GetColor()\nGet the color of the object."},
{"Move",(PyCFunction)PySfDrawable_Move,METH_VARARGS,"Move(OffsetX, OffsetY)\nMove the object.\n OffsetX : X offset\n OffsetY : Y offset "},
{"Scale",(PyCFunction)PySfDrawable_Scale,METH_VARARGS,"Scale(FactorX, FactorY)\nScale the object.\n FactorX : Scaling factor on X (must be strictly positive)\n FactorY : Scaling factor on Y (must be strictly positive)"},
{"Rotate",(PyCFunction)PySfDrawable_Rotate,METH_O,"Rotate(Angle)\nRotate the object.\n Angle : Angle of rotation, in degrees"},
{"SetBlendMode",(PyCFunction)PySfDrawable_SetBlendMode,METH_O,"SetBlendMode(Mode)\nSet the blending mode for the object. The default blend mode is sf.Blend.Alpha\n Mode : New blending mode"},
{"SetPosition",(PyCFunction)PySfDrawable_SetPosition,METH_VARARGS,"SetPosition(X, Y)\nSet the position of the object.\n X : New X coordinate\n Y : New Y coordinate"},