Click or drag to resize

PaletteImageEffect Enumeration

Specifies how an image is drawn.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum PaletteImageEffect
Members
  Member nameValueDescription
Inherit0 Specifies effect should be inherited.
Normal1 Specifies image is drawn without modification.
Disabled2 Specifies image is drawn to look disabled.
GrayScale3 Specifies image is drawn converted to a grayscale.
GrayScaleRed4 Specifies image is drawn converted to a grayscale except for red.
GrayScaleGreen5 Specifies image is drawn converted to a grayscale except for green.
GrayScaleBlue6 Specifies image is drawn converted to a grayscale except for blue.
Light7 Specifies image is drawn slightly lighter.
LightLight8 Specifies image is drawn much lighter.
Dark9 Specifies image is drawn slightly darker.
DarkDark10 Specifies image is drawn much darker.
See Also