Class BNDwidgetTheme

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class BNDwidgetTheme extends Struct<BNDwidgetTheme> implements NativeResource
Describes the theme used to draw a single widget or widget box; these values correspond to the same values that can be retrieved from the Theme panel in the Blender preferences.

Layout


 struct BNDwidgetTheme {
     NVGcolor outlineColor();
     NVGcolor itemColor();
     NVGcolor innerColor();
     NVGcolor innerSelectedColor();
     NVGcolor textColor();
     NVGcolor textSelectedColor();
     int shadeTop();
     int shadeDown();
 }