Class ColorantData
Struct that holds colorant data.
Can be replaced with tech tree data storage,
but it anyways provides all needed data to operate with colorant and paint mixing in general
Inheritance
System.Object
ColorantData
Assembly: Eco.Shared.dll
Syntax
public class ColorantData : Object
Constructors
ColorantData(LocString, ByteColor, Color)
Declaration
public ColorantData(LocString name, ByteColor mixingColor, Color visualColor)
Parameters
ColorantData(LocString, ByteColor, String)
Declaration
public ColorantData(LocString name, ByteColor mixingColor, string itemLink)
Parameters
Fields
ItemLink
Declaration
Field Value
Type |
Description |
System.String |
|
MixingColor
Declaration
public ByteColor MixingColor
Field Value
Name
Declaration
Field Value
VisualColor
Declaration
Field Value
Extension Methods