User Tools

Site Tools


gamedev:textureproperties:outline_color_tint

This is an old revision of the document!


Skin Texture Property: outline.color.tint

Defines the tint for the outline.color texture property.

Excepted Data Source3 component image
Data Range0 to 1 for all image components
Default Value(1, 1, 1)
Affected ModulesGraphic
Linked Propertiesoutline.color

Description

The outline.color.tint texture property is linked to the outline.color texture property. It defines a color multiplication factor to tint the color from the outline.color texture property. This allows to alter the outline color without requiring new skin for example if the outline color is mapped. Furthermore this allows for dynamic outline color changes using a renderable for this texture property.

The color values are typically a renderable or a 3 color component value with all color components located inside the range from 0 to 1. Values outside this range might be useful for special effects but are not recommended.

The default value for this texture property is white (1, 1, 1).

Examples

Example usage of outline.* skin texture properties.

You could leave a comment if you were logged in.
gamedev/textureproperties/outline_color_tint.1589035624.txt.gz · Last modified: 2020/05/09 14:47 by dragonlord