Kaydet (Commit) f7cb9e4f authored tarafından Ivan Timofeev's avatar Ivan Timofeev

define colors as hexadecimal

Change-Id: I31ac3c6bf09e18bb4bcd95c004a76045ad50cc92
üst f8987cff
......@@ -28,8 +28,8 @@
|*
\************************************************************************/
#define COL_DEFAULT_SHAPE_FILLING RGB_COLORDATA( 0x72, 0x9F, 0xCF )
#define COL_DEFAULT_SHAPE_STROKE RGB_COLORDATA( 52, 101, 164 )
#define COL_DEFAULT_SHAPE_FILLING 0x729fcf
#define COL_DEFAULT_SHAPE_STROKE 0x3465a4
#define XATTR_START 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment