Class MarkingColoring
Inheritance
System.Object
MarkingColoring
Namespace: Content.Shared.Humanoid.Markings
Assembly: Content.Shared.dll
Syntax
public static class MarkingColoring : object
Methods
| Improve this Doc View SourceGetMarkingLayerColors(MarkingPrototype, Nullable<Color>, Nullable<Color>, MarkingSet)
Returns list of colors for marking layers
Declaration
public static List<Color> GetMarkingLayerColors(MarkingPrototype prototype, Color? skinColor, Color? eyeColor, MarkingSet markingSet)
Parameters
Type | Name | Description |
---|---|---|
MarkingPrototype | prototype | |
System.Nullable<Color> | skinColor | |
System.Nullable<Color> | eyeColor | |
MarkingSet | markingSet |
Returns
Type | Description |
---|---|
List<Color> |