Class SimpleColoring
Colors layer in a specified color
Inheritance
System.Object
SimpleColoring
Assembly: Content.Shared.dll
Syntax
public sealed class SimpleColoring : LayerColoringType
Fields
|
Improve this Doc
View Source
Color
Declaration
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