Re: [Interest] Gradient Text

2016-12-24 Thread Jason H
I finally got it > Sent: Thursday, December 22, 2016 at 11:41 PM > From: "Jason H" > To: "Interests Qt" > Subject: [Interest] Gradient Text > > I'm trying to do a sexy Tumbler, and I want the text to be a gradient color, > not solid. > >

Re: [Interest] Gradient Text

2016-12-22 Thread André Somers
Hi, You could use a ShaderItem to do this. André Sent from my phone, please excuse my brevity > On 23 Dec 2016, at 05:41, Jason H wrote: > > I'm trying to do a sexy Tumbler, and I want the text to be a gradient color, > not solid. > > Given: > - 50% > 1 > 2 - 100% > 3 > - 50% > I want 2, t

[Interest] Gradient Text

2016-12-22 Thread Jason H
I'm trying to do a sexy Tumbler, and I want the text to be a gradient color, not solid. Given: - 50% 1 2 - 100% 3 - 50% I want 2, the bottom of 1, and the top of 3 to be 100%, but the top of 1 and bottom of 3 to be 50%, but with a smooth transition over the characters. The current tumbler examp