| Overload | Description |
|---|---|
| NColorSkinState Constructor() | Default constructor. |
| NColorSkinState Constructor(NColor) | Creates an UI theme color skin state and initializes it with the given background color. |
| NColorSkinState Constructor(NColor,NColor) | Creates an UI theme color skin state and initializes it with the given colors. |
| NColorSkinState Constructor(NColor,NColor,Double,Double) | Creates an UI theme color skin state and initializes it with the given colors. |
| NColorSkinState Constructor(NColor,NColor,NColor) | Creates an UI theme color skin state and initializes it with the given colors. |
| NColorSkinState Constructor(NColor,NColor,NColor,Double,Double) | Creates an UI theme color skin state and initializes it with the given colors. |
| NColorSkinState Constructor(NSymbol) | Creates a new transparent color skin state that hosts the given symbol. |