Simply set label colour to white
Posted: 2017-03-04T01:11:06-07:00
Hi,
This sounds like an easy thing but stakeoverflow has failed me, so I'm hoping you will be able to help. I've got a transparent pseudo image which has a label field like this:
This is then merged onto another pseduo layer with a gradient and then shown.
I can't work out how I am meant to set the label colour to white. I know it was fairly simple when using annotate image, but I don't know about how to do it with label. Any help would be appreciated.
This sounds like an easy thing but stakeoverflow has failed me, so I'm hoping you will be able to help. I've got a transparent pseudo image which has a label field like this:
Code: Select all
$image->newPseudoImage(400, 300, "label:$inputdata");
I can't work out how I am meant to set the label colour to white. I know it was fairly simple when using annotate image, but I don't know about how to do it with label. Any help would be appreciated.