facelift v1.2 » Documentation » flir.js [FLIRStyle Object]

Please note: The documentation hasn't been updated for v1.2 yet. Some portions of these files may no longer be relavant or oudated but the majority of it is still good.

flir.js [FLIRStyle Object] » @cssColor

The font color used to generate the image. Can be RGB (255, 255, 255), Hex FF0000, or a number of CSS colors like red, green, blue, white, black, orange, and many more. See inc-flir.php for a complete list.

If FLIRStyle.inheritStyle is set the CSS font size will be used. This means you can use a style like <h1 style="color: red;"></h1> and have it work.

  • You could also use <h1 style="color: #ff0000;"></h1>
  • <h1 style="color: rgb(255, 0, 0);"></h1>
  • or even <h1 style="color: inherit;"></h1>
 
About | Examples | Download | Docs | Quick Start | Donate | flirPremium
facelift is written by Cory Mawhorter