Table of Contents

Class ColorConverter

Namespace
Glitch9.IO.Networking
public class ColorConverter : CloudConverter<Color>, ICloudConverter
Inheritance
ColorConverter
Implements
Inherited Members
Extension Methods

Methods

ToCloudFormat(Color)

public override object ToCloudFormat(Color propertyValue)

Parameters

propertyValue Color

Returns

object

ToLocalFormat(string, object)

public override Color ToLocalFormat(string propertyName, object propertyValue)

Parameters

propertyName string
propertyValue object

Returns

Color