pxt-ev3/libs/core/enums.d.ts
2017-07-10 14:16:31 +01:00

24 lines
471 B
TypeScript

// Auto-generated. Do not edit.
/**
* Drawing modes
*/
declare enum Draw {
Normal = 0,
Clear = (0x0004), // DRAW_OPT_CLEAR_PIXELS
Xor = (0x0018), // DRAW_OPT_LOGICAL_XOR
Fill = (0x0020), // DRAW_OPT_FILL_SHAPE
}
declare enum ScreenFont {
Normal = 0, // FONTTYPE_NORMAL
Small = 1, // FONTTYPE_SMALL
Large = 2, // FONTTYPE_LARGE
Tiny = 3, // FONTTYPE_TINY
}
// Auto-generated. Do not edit. Really.