I draw a string with canvas in this way:
pdf.setFont("Helvetica", 16)
# Dibujamos una cadena en la ubicación X,Y especificada
pdf.drawString(230, 780, u"Contrato de CubanCloud")
I want to know how to change the color that by default is black.