Difference between revisions of "ColorForm"
Jump to navigation
Jump to search
imported>Hitbts (Page created.) |
imported>Hitbts (name and notes) |
||
Line 10: | Line 10: | ||
== Editor Dialog == | == Editor Dialog == | ||
*'''ID:''' The editor ID that this form uses in the Creation Kit. | *'''ID:''' The editor ID that this form uses in the Creation Kit. | ||
*'''Name:''' | *'''Name:''' A "friendly" name shown in the UI, when this color is offered for the player's use. | ||
*'''Playable:''' Indicates whether this color can be selected, when it appears in a list of options that the player has access to. | *'''Playable:''' Indicates whether this color can be selected, when it appears in a list of options that the player has access to. | ||
*'''Raw Color:''' The color being made available. | *'''Raw Color:''' The color being made available. | ||
*'''Remapping Index:''' | *'''Remapping Index:''' | ||
**'''Extended LUT:''' | **'''Extended LUT:''' | ||
== Notes == | |||
* The "raw color" doesn't always represent what you'll see in-game; it may be blended with a texture's hue, or colors from other sources. To give one example, skin options available in chargen are actually defined as a range of shades from "unnaturally pale peach" to "literally blue;" in-game, they mix with the textures to form shades from white skin to brown. |
Revision as of 23:37, 12 July 2016
Papyrus: None
ColorForms define reusable colors that can be cited by other forms. For example, the list of skin colors available in chargen is a list of ColorForms.
Editor Dialog
- ID: The editor ID that this form uses in the Creation Kit.
- Name: A "friendly" name shown in the UI, when this color is offered for the player's use.
- Playable: Indicates whether this color can be selected, when it appears in a list of options that the player has access to.
- Raw Color: The color being made available.
- Remapping Index:
- Extended LUT:
Notes
- The "raw color" doesn't always represent what you'll see in-game; it may be blended with a texture's hue, or colors from other sources. To give one example, skin options available in chargen are actually defined as a range of shades from "unnaturally pale peach" to "literally blue;" in-game, they mix with the textures to form shades from white skin to brown.