Class FWColor
Last edit by:
Walter Davis
8 Apr, 2009
Pages in this section:
- A Hello World tutorial
- Action Elements
- Class FWAction
- Class FWActionList
- Class FWAttribute
- Class FWColor
- Class FWLinkParameter
- Class FWListData
- Class FWOSAInterpreter
- Class FWOutput
- Class FWPage
- Class FWParameter
- Class FWParameterList
- Class FWTag
- Files and Freeway Actions
- General Properties and User Methods
- Organisation of Classes
- Specific Properties and User Methods
- Weaver
This class represents the colors that appear in Freeway in the Color palette.
Properties
fwHasValue
Is the color a true color which has a value. For example “knockout” is not a proper color and has no Boolean value.
fwHex
The hex value of the color. String
fwIsForcedNetSafe
Is the color not “naturally” a net-safe color but the user has forced it to be Netsafe. Boolean
fwIsNetSafe
Is the color a net-safe color. Boolean
fwIsPermanent
Is the color a permanent color. Boolean
fwIsTemporary
Is the color a temporary color. Boolean
fwTitle
Name of the color. String
fwValue
This returns a JavaScript object with values for red, green and blue.
