X Tutup
Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.15 KB

File metadata and controls

45 lines (27 loc) · 1.15 KB

< Contents

replacement

Represents Class in TDSM source code
Color replacement logic com.jordanbunke.tdsm.data.Replacement

Note:

The specification uses R to represent an arbitrary replacement instance in property and function definitions.

Properties

index

R.index -> int

Description:

The index of the color to be fed into R's replacement function, from among the asset choice or asset layer's influencing color selections.

func

R.func -> (color -> color)

Description:

The color replacement function associated with R.


See Also

replacement constructor:

Theory:

X Tutup