📄 colormap.h
字号:
/********************************************************************** * palette.h * * Provide utilities for manipulating framebuffer palettes. **********************************************************************/#ifndef PALETTE_H#define PALETTE_H#include <linux/fb.h>struct fb_cmap *new_fb_cmap(int ncolors);void free_fb_cmap(struct fb_cmap *cmap);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -