Annotation of nono/wx/wxcolor.h, revision 1.1

1.1     ! root        1: //
        !             2: // nono
        !             3: // Copyright (C) 2019 [email protected]
        !             4: //
        !             5: 
        !             6: #pragma once
        !             7: 
        !             8: // https://jfly.uni-koeln.de/colorset/
        !             9: 
        !            10: // 結局 define が最強…
        !            11: // コンストラクトしたところでたぶんたいしたコストじゃないと思うので
        !            12: // 必要なところでつどつどどっかから RGB 引いてきて、てんでバラバラに
        !            13: // 書くよりはマシというくらいにしておく。
        !            14: 
        !            15: // アクセントカラー (文字など)
        !            16: #define UD_RED                         wxColour(255,  75,   0) // 赤
        !            17: #define UD_YELLOW                      wxColour(255, 241,   0) // 黄色
        !            18: #define UD_GREEN                       wxColour(  3, 175, 122) // 緑
        !            19: #define UD_BLUE                                wxColour(  0,  90, 255) // 青
        !            20: #define UD_SKYBLUE                     wxColour( 77, 196, 255) // 空色
        !            21: #define UD_PINK                                wxColour(255, 128, 130) // ピンク
        !            22: #define UD_ORANGE                      wxColour(246, 170,   0) // オレンジ
        !            23: #define UD_PURPLE                      wxColour(153,   0, 153) // 紫
        !            24: #define UD_BROWN                       wxColour(128,  64,   0) // 茶色
        !            25: 
        !            26: // ベースカラー (背景など)
        !            27: #define UD_LIGHT_PINK          wxColour(255, 202, 191) // 明るいピンク
        !            28: #define UD_CREAM                       wxColour(255, 255, 128) // クリーム
        !            29: #define UD_YELLOW_GREEN                wxColour(216, 242,  85) // 明るい黄緑
        !            30: #define UD_LIGHT_SKYBLUE       wxColour(191, 228, 255) // 明るい空色
        !            31: #define UD_BEIGE                       wxColour(255, 202, 128) // ベージュ
        !            32: #define UD_LIGHT_GREEN         wxColour(119, 217, 168) // 明るい緑
        !            33: #define UD_LIGHT_PURPLE                wxColour(201, 172, 230) // 明るい紫
        !            34: 
        !            35: // 無彩色
        !            36: #define UD_LIGHT_GREY          wxColour(200, 200, 203) // 明るいグレー
        !            37: #define UD_GREY                                wxColour(132, 145, 158) // グレー

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.