<PackageReference Include="System.Drawing.Common" Version="6.0.0" />

ImageAttributes

public sealed class ImageAttributes : ICloneable, IDisposable
using System.Drawing.Drawing2D; using System.Runtime.CompilerServices; namespace System.Drawing.Imaging { public sealed class ImageAttributes : ICloneable, IDisposable { public ImageAttributes() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearBrushRemapTable() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearColorKey() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearColorKey(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearColorMatrix() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearColorMatrix(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearGamma() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearGamma(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearNoOp() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearNoOp(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearOutputChannel() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearOutputChannel(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearOutputChannelColorProfile() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearOutputChannelColorProfile(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearRemapTable() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearRemapTable(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearThreshold() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void ClearThreshold(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public object Clone() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void Dispose() { } ~ImageAttributes() { } public void GetAdjustedPalette(ColorPalette palette, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetBrushRemapTable(ColorMap[] map) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorKey(Color colorLow, Color colorHigh) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorKey(Color colorLow, Color colorHigh, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorMatrices(ColorMatrix newColorMatrix, [System.Runtime.CompilerServices.Nullable(2)] ColorMatrix grayMatrix) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorMatrices(ColorMatrix newColorMatrix, [System.Runtime.CompilerServices.Nullable(2)] ColorMatrix grayMatrix, ColorMatrixFlag flags) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorMatrices(ColorMatrix newColorMatrix, [System.Runtime.CompilerServices.Nullable(2)] ColorMatrix grayMatrix, ColorMatrixFlag mode, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorMatrix(ColorMatrix newColorMatrix) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag flags) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetColorMatrix(ColorMatrix newColorMatrix, ColorMatrixFlag mode, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetGamma(float gamma) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetGamma(float gamma, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetNoOp() { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetNoOp(ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetOutputChannel(ColorChannelFlag flags) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetOutputChannel(ColorChannelFlag flags, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetOutputChannelColorProfile(string colorProfileFilename) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetOutputChannelColorProfile(string colorProfileFilename, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetRemapTable(ColorMap[] map) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetRemapTable(ColorMap[] map, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetThreshold(float threshold) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetThreshold(float threshold, ColorAdjustType type) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetWrapMode(WrapMode mode) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetWrapMode(WrapMode mode, Color color) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } public void SetWrapMode(WrapMode mode, Color color, bool clamp) { throw new PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } }