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)
757
public System.Drawing.Imaging.
ColorPalette
Palette { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
2424
public 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)
68
ColorPalette
cp = bmp.Palette;
mono\System.Drawing\BitmapTests.cs (3)
826
ColorPalette
pal = bmp.Palette;
860
ColorPalette
pal = bmp.Palette;
1134
ColorPalette
pal = bmp.Palette;
System\Drawing\BitmapTests.cs (1)
1454
ColorPalette
palette = bitmap.Palette;