mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[kandinsky] Explicit color constructors
Change-Id: Ifd4a0c281a7c6aded225d06295f4d79039e4e848
This commit is contained in:
committed by
Émilie Feral
parent
d9216522dc
commit
d6e96fe143
@@ -2,7 +2,7 @@
|
||||
|
||||
Probability::ParametersController::ParametersController(Responder * parentResponder) :
|
||||
ViewController(parentResponder),
|
||||
m_view(SolidColorView(KDColor(0xF3619B)))
|
||||
m_view(SolidColorView(KDColor::RGB24(0xF3619B)))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user