mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
CComponents: add setColBodyGradient() to set gradient properties
This provides possibility to set relevant gradiant properties in cc sub classes
This commit is contained in:
@@ -33,7 +33,7 @@ class CColorGradient
|
||||
inline uint8_t limitChar(int c);
|
||||
|
||||
public:
|
||||
|
||||
///gradient mode
|
||||
enum {
|
||||
gradientDark2Light,
|
||||
gradientLight2Dark,
|
||||
@@ -41,6 +41,7 @@ class CColorGradient
|
||||
gradientLight2Dark2Light
|
||||
};
|
||||
|
||||
///intensity
|
||||
enum {
|
||||
light,
|
||||
normal
|
||||
|
Reference in New Issue
Block a user