// Token: 0x06002541 RID: 9537 RVA: 0x00080158 File Offset: 0x0007E358
 public void method_2 <T>(Class95 <T> value) where T : Interface17
 {
     this.method_3();
     if (value == null)
     {
         if (this.bitmap_0 != null)
         {
             this.method_5();
         }
     }
     else
     {
         if (this.bitmap_0 == null)
         {
             throw new InvalidOperationException("Cannot use jagged bitmap without an base image.");
         }
         this.bitmap_1 = value.method_5(new Color?(this.color_0));
     }
     this.method_4();
 }