Property | Type | Description | |
---|---|---|---|
ExtractFrames | List | ||
FixClassParent | void |
Method | Description | |
---|---|---|
ColorFromHSV ( double hue, double saturation, double value ) : System.Color | ||
Deserialize ( |
||
Deserialize ( string filePath ) : |
||
DeserializeHeader ( |
||
DeserializeHeader ( string filePath ) : |
||
HeatMapColor ( double value ) : System.Color | ||
MaxChannels ( ) : int | ||
Serialize ( Stream stream ) : void | ||
ToDebugString ( ) : string | ||
ToHeatmap ( ) : void | ||
ToObj ( ) : void | ||
ToPositionJson ( ) : string | ||
ValidateCrc ( string filePath, bool onlyPartOne ) : bool |
Method | Description | |
---|---|---|
ExtractFrames ( int maxChannels, IEnumerable |
||
FixClassParent ( string childClassName, string parentClassName ) : void |
public static ColorFromHSV ( double hue, double saturation, double value ) : System.Color | ||
hue | double | |
saturation | double | |
value | double | |
return | System.Color |
public static Deserialize ( |
||
br | ||
return |
public static Deserialize ( string filePath ) : |
||
filePath | string | |
return |
public static DeserializeHeader ( |
||
br | ||
return |
public static DeserializeHeader ( string filePath ) : |
||
filePath | string | |
return |
public HeatMapColor ( double value ) : System.Color | ||
value | double | |
return | System.Color |
public static ValidateCrc ( string filePath, bool onlyPartOne ) : bool | ||
filePath | string | |
onlyPartOne | bool | |
return | bool |