8 references to ColorPalette
System.Drawing (1)
System.Drawing.cs (1)
77[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.ColorPalette))]
System.Drawing.Common (2)
Special\NotSupported.cs (2)
757public System.Drawing.Imaging.ColorPalette Palette { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 2424public void GetAdjustedPalette(System.Drawing.Imaging.ColorPalette palette, System.Drawing.Imaging.ColorAdjustType type) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (5)
mono\System.Drawing.Imaging\JpegCodecTests.cs (1)
68ColorPalette cp = bmp.Palette;
mono\System.Drawing\BitmapTests.cs (3)
826ColorPalette pal = bmp.Palette; 860ColorPalette pal = bmp.Palette; 1134ColorPalette pal = bmp.Palette;
System\Drawing\BitmapTests.cs (1)
1454ColorPalette palette = bitmap.Palette;