Example #1
0
 public void Read(ICsvReader reader)
 {
     this.Hue        = reader.GetSByte();
     this.Saturation = reader.GetSByte();
     this.Value      = reader.GetSByte();
 }