PaletteSystemDefault4BppPalette(Color32) Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 7.1.0
public static Palette SystemDefault4BppPalette(
Color32 backColor = default
)
Public Shared Function SystemDefault4BppPalette (
Optional backColor As Color32 = Nothing
) As Palette
public:
static Palette^ SystemDefault4BppPalette(
Color32 backColor = Color32()
)
static member SystemDefault4BppPalette :
?backColor : Color32
(* Defaults:
let _backColor = defaultArg backColor new Color32()
*)
-> Palette
- backColor Color32 (Optional)
- Specifies the background color for lookup operations (GetNearestColor, GetNearestColorIndex).
When a lookup is performed with a color with transparency, then the color to be found will be blended with this color before performing the lookup.
The Color32.A field of the background color is ignored. This parameter is optional.
Default value: The default value of the Color32 type, which has the same RGB values as Black.
PaletteA
Palette instance that uses the system default 4-bit palette.