cxform.h.svn-base
来自「A Flash Player with ActionScript support」· SVN-BASE 代码 · 共 13 行
SVN-BASE
13 行
#ifndef _CXFORM_H_#define _CXFORM_H_#include "matrix.h"#include "base_types.h"typedef struct RGBA Color;typedef struct CxFormWithAlpha Cxform;long getRed(struct CxFormWithAlpha *cx,long v);long getGreen(struct CxFormWithAlpha *cx,long v);long getBlue(struct CxFormWithAlpha *cx,long v);long getAlpha(struct CxFormWithAlpha *cx,long v);struct RGBA getColor(struct CxFormWithAlpha *cx,struct RGBA color);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?