Seite 1 von 1

HTML Color als Konstanten

Verfasst: 26.05.2011 14:11
von Bisonte
Hallo...

Ich musste mal HTML Farben in PB Farben umwandeln und herrausgekommen ist eine Konstantenliste.
Wer's braucht, spart sich hiermit Ausknobelei und Tipparbeit ;)

Code: Alles auswählen

CompilerIf Defined(HTMLColor_Aqua,#PB_Constant)           = #False
  ;{
  ;- Zertifizierte WC3 HTML - FarbCodes
  
  #HTMLColor_Aqua                          = 16776960
  #HTMLColor_Black                         = 0
  #HTMLColor_Blue                          = 16711680
  #HTMLColor_Fuchsia                       = 16711935
  #HTMLColor_Gray                          = 8421504
  #HTMLColor_Green                         = 32768
  #HTMLColor_Lime                          = 65280
  #HTMLColor_Maroon                        = 128
  #HTMLColor_Navy                          = 8388608
  #HTMLColor_Olive                         = 32896
  #HTMLColor_Purple                        = 8388736
  #HTMLColor_Red                           = 255
  #HTMLColor_Silver                        = 12632256
  #HTMLColor_Teal                          = 8421376
  #HTMLColor_White                         = 16777215
  #HTMLColor_Yellow                        = 65535

;###### Ende der zertifizierten WC3 HTML - FarbCodes
;###### Weitere nicht zertifizierte ...

  #HTMLColor_AliceBlue                     = 16775408
  #HTMLColor_AntiqueWhite                  = 14150650
  #HTMLColor_Aquamarine                    = 13959039
  #HTMLColor_Azure                         = 16777200
  #HTMLColor_Beige                         = 14480885
  #HTMLColor_Bisque                        = 12903679
  #HTMLColor_BlanchedAlmond                = 13495295
  #HTMLColor_BlueViolet                    = 14822282
  #HTMLColor_Brown                         = 2763429
  #HTMLColor_BurlyWood                     = 8894686
  #HTMLColor_CadetBlue                     = 10526303
  #HTMLColor_Chartreuse                    = 65407
  #HTMLColor_Chocolate                     = 1993170
  #HTMLColor_Coral                         = 5275647
  #HTMLColor_CornflowerBlue                = 15570276
  #HTMLColor_Cornsilk                      = 14481663
  #HTMLColor_Crimson                       = 3937500
  #HTMLColor_Cyan                          = 16776960
  #HTMLColor_DarkBlue                      = 9109504
  #HTMLColor_DarkCyan                      = 9145088
  #HTMLColor_DarkGoldenRod                 = 755384
  #HTMLColor_DarkGray                      = 11119017
  #HTMLColor_DarkGreen                     = 25600
  #HTMLColor_DarkKhaki                     = 7059389
  #HTMLColor_DarkMagenta                   = 9109643
  #HTMLColor_DarkOliveGreen                = 3107669
  #HTMLColor_Darkorange                    = 36095
  #HTMLColor_DarkOrchid                    = 13382297
  #HTMLColor_DarkRed                       = 139
  #HTMLColor_DarkSalmon                    = 8034025
  #HTMLColor_DarkSeaGreen                  = 9419919
  #HTMLColor_DarkSlateBlue                 = 9125192
  #HTMLColor_DarkSlateGray                 = 5197615
  #HTMLColor_DarkTurquoise                 = 13749760
  #HTMLColor_DarkViolet                    = 13828244
  #HTMLColor_DeepPink                      = 9639167
  #HTMLColor_DeepSkyBlue                   = 16760576
  #HTMLColor_DimGray                       = 6908265
  #HTMLColor_DodgerBlue                    = 16748574
  #HTMLColor_FireBrick                     = 2237106
  #HTMLColor_FloralWhite                   = 15792895
  #HTMLColor_ForestGreen                   = 2263842
  #HTMLColor_Gainsboro                     = 14474460
  #HTMLColor_GhostWhite                    = 16775416
  #HTMLColor_Gold                          = 55295
  #HTMLColor_GoldenRod                     = 2139610
  #HTMLColor_GreenYellow                   = 3145645
  #HTMLColor_HoneyDew                      = 15794160
  #HTMLColor_HotPink                       = 11823615
  #HTMLColor_IndianRed                     = 6053069
  #HTMLColor_Indigo                        = 8519755
  #HTMLColor_Ivory                         = 15794175
  #HTMLColor_Khaki                         = 9234160
  #HTMLColor_Lavender                      = 16443110
  #HTMLColor_LavenderBlush                 = 16118015
  #HTMLColor_LawnGreen                     = 64636
  #HTMLColor_LemonChiffon                  = 13499135
  #HTMLColor_LightBlue                     = 15128749
  #HTMLColor_LightCoral                    = 8421616
  #HTMLColor_LightCyan                     = 16777184
  #HTMLColor_LightGoldenRodYellow          = 13826810
  #HTMLColor_LightGrey                     = 13882323
  #HTMLColor_LightGreen                    = 9498256
  #HTMLColor_LightPink                     = 12695295
  #HTMLColor_LightSalmon                   = 8036607
  #HTMLColor_LightSeaGreen                 = 11186720
  #HTMLColor_LightSkyBlue                  = 16436871
  #HTMLColor_LightSlateGray                = 10061943
  #HTMLColor_LightSteelBlue                = 14599344
  #HTMLColor_LightYellow                   = 14745599
  #HTMLColor_LimeGreen                     = 3329330
  #HTMLColor_Linen                         = 15134970
  #HTMLColor_Magenta                       = 16711935
  #HTMLColor_MediumAquaMarine              = 11193702
  #HTMLColor_MediumBlue                    = 13434880
  #HTMLColor_MediumOrchid                  = 13850042
  #HTMLColor_MediumPurple                  = 14184595
  #HTMLColor_MediumSeaGreen                = 7451452
  #HTMLColor_MediumSlateBlue               = 15624315
  #HTMLColor_MediumSpringGreen             = 10156544
  #HTMLColor_MediumTurquoise               = 13422920
  #HTMLColor_MediumVioletRed               = 8721863
  #HTMLColor_MidnightBlue                  = 7346457
  #HTMLColor_MintCream                     = 16449525
  #HTMLColor_MistyRose                     = 14804223
  #HTMLColor_Moccasin                      = 11920639
  #HTMLColor_NavajoWhite                   = 11394815
  #HTMLColor_OldLace                       = 15136253
  #HTMLColor_OliveDrab                     = 2330219
  #HTMLColor_Orange                        = 42495
  #HTMLColor_OrangeRed                     = 17919
  #HTMLColor_Orchid                        = 14053594
  #HTMLColor_PaleGoldenRod                 = 11200750
  #HTMLColor_PaleGreen                     = 10025880
  #HTMLColor_PaleTurquoise                 = 15658671
  #HTMLColor_PaleVioletRed                 = 9662680
  #HTMLColor_PapayaWhip                    = 14020607
  #HTMLColor_PeachPuff                     = 12180223
  #HTMLColor_Peru                          = 4163021
  #HTMLColor_Pink                          = 13353215
  #HTMLColor_Plum                          = 14524637
  #HTMLColor_PowderBlue                    = 15130800
  #HTMLColor_RosyBrown                     = 9408444
  #HTMLColor_RoyalBlue                     = 14772545
  #HTMLColor_SaddleBrown                   = 1262987
  #HTMLColor_Salmon                        = 7504122
  #HTMLColor_SandyBrown                    = 6333684
  #HTMLColor_SeaGreen                      = 5737262
  #HTMLColor_SeaShell                      = 15660543
  #HTMLColor_Sienna                        = 2970272
  #HTMLColor_SkyBlue                       = 15453831
  #HTMLColor_SlateBlue                     = 13458026
  #HTMLColor_SlateGray                     = 9470064
  #HTMLColor_Snow                          = 16448255
  #HTMLColor_SpringGreen                   = 8388352
  #HTMLColor_SteelBlue                     = 11829830
  #HTMLColor_Tan                           = 9221330
  #HTMLColor_Thistle                       = 14204888
  #HTMLColor_Tomato                        = 4678655
  #HTMLColor_Turquoise                     = 13688896
  #HTMLColor_Violet                        = 15631086
  #HTMLColor_Wheat                         = 11788021
  #HTMLColor_WhiteSmoke                    = 16119285
  #HTMLColor_YellowGreen                   = 3329434
  ;}
CompilerEndIf

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 17:46
von Fluid Byte
Was verbirgt sich hinter "Fuchsia"? :lol:

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 17:59
von rolaf
Fluid Byte hat geschrieben:Was verbirgt sich hinter "Fuchsia"? :lol:
Das:
Bild :lol:

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 18:22
von ts-soft
Hab mal recherchiert was sich hinter #HTMLColor_AliceBlue verbirgt:
http://de.wikipedia.org/wiki/Vanessa_Hessler :lol:

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 18:30
von rolaf
Bild = #HTMLColor_MagentaMännchen :wink:

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 18:55
von Bisonte
ts-soft hat geschrieben:Hab mal recherchiert was sich hinter #HTMLColor_AliceBlue verbirgt:
http://de.wikipedia.org/wiki/Vanessa_Hessler :lol:
Aber nur wenn sie ordentlich einen über den Durst getrunken hat :lol:

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 19:49
von STARGÅTE
Hm, so eine Sammlung hat schon damals Kaeru Gaman bereitgestellt.
[PBI] Colors.pbi - Farbkonstanten

Re: HTML Color als Konstanten

Verfasst: 26.05.2011 22:37
von Bisonte
Ja die PHPBB Forensuche.... htmlcolor,html_color, oder mit u bei colour... nix gefunden.