public static DxfIndexedColorSet GetAcadIndexedColorSet( ArgbColor backgroundColor) { ArgbColor[] argbColorArray = (ArgbColor[])DxfIndexedColorSet.smethod_16(backgroundColor).Clone(); DxfIndexedColor.ApplyAcadCorrection(argbColorArray, backgroundColor); return(new DxfIndexedColorSet(argbColorArray)); }
public new static short GetColorIndex(DxfIndexedColor indexedColors, ArgbColor color) { int colorDifference; return(DxfIndexedColor.GetColorIndex(indexedColors, color, out colorDifference)); }
internal static ArgbColor[] smethod_18(ArgbColor backgroundColor) { return(DxfIndexedColor.smethod_6(DxfIndexedColorSet.smethod_17(backgroundColor))); }