I'm trying to apply a gradient in my Row Header and Column Header in NatTable. In the NatTable examples I can see that a CSS file has been used to apply gradient color in DarkExample. However I'm more interested in applying it through org.eclipse.nebula.widgets.nattable.style.Style.
Foreground gradient : left to right Red to White
Background gradient : Top to bottom Blue to White
Corner gradient : Top to bottom Red to White
Is it possible?