PlayerCharacter.GetColor C# (CSharp) Method

GetColor() protected method

Gets the character color.
protected GetColor ( ) : Color
return Color
    protected override Color GetColor()
    {
        return ColorDirector.H2RGB( (float)photonView.owner.customProperties["Player.Hue"] );
    }