Class CategoryColoring
Colors marking in color of first defined marking from specified category (in e.x. from Hair category)
Inheritance
System.Object
CategoryColoring
Assembly: Content.Shared.dll
Syntax
public sealed class CategoryColoring : LayerColoringType
Fields
|
Improve this Doc
View Source
Category
Declaration
public MarkingCategories Category
Field Value
Methods
|
Improve this Doc
View Source
GetCleanColor(Nullable<Color>, Nullable<Color>, MarkingSet)
Declaration
public override Color? GetCleanColor(Color? skin, Color? eyes, MarkingSet markingSet)
Parameters
Type |
Name |
Description |
System.Nullable<Color> |
skin |
|
System.Nullable<Color> |
eyes |
|
MarkingSet |
markingSet |
|
Returns
Type |
Description |
System.Nullable<Color> |
|
Overrides