示例#1
0
 public void Parse(ICsvParser parser)
 {
     this.Hue        = parser.GetSByte();
     this.Saturation = parser.GetSByte();
     this.Value      = parser.GetSByte();
 }