Subversion Repositories tpanel

Rev

Rev 8 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 21
Line 1... Line 1...
1
/*
1
/*
2
 * Copyright (C) 2020 by Andreas Theofilu <andreas@theosys.at>
2
 * Copyright (C) 2020, 2021 by Andreas Theofilu <andreas@theosys.at>
3
 *
3
 *
4
 * This program is free software; you can redistribute it and/or modify
4
 * This program is free software; you can redistribute it and/or modify
5
 * it under the terms of the GNU General Public License as published by
5
 * it under the terms of the GNU General Public License as published by
6
 * the Free Software Foundation; either version 3 of the License, or
6
 * the Free Software Foundation; either version 3 of the License, or
7
 * (at your option) any later version.
7
 * (at your option) any later version.
Line 21... Line 21...
21
 
21
 
22
#include <string>
22
#include <string>
23
#include <include/core/SkColor.h>
23
#include <include/core/SkColor.h>
24
#include "tpalette.h"
24
#include "tpalette.h"
25
 
25
 
-
 
26
#ifdef __ANDROID__
-
 
27
typedef unsigned long int ulong;
-
 
28
#endif
-
 
29
 
26
class TColor
30
class TColor
27
{
31
{
28
    public:
32
    public:
29
        typedef struct COLOR_T
33
        typedef struct COLOR_T
30
        {
34
        {