首页>代码>java编写的音乐播放器yoyoplayer程序代码,界面很炫>/YOYOPlayer/src/com/ctreber/aclib/image/ico/AbstractBitmapRGB.java
package com.ctreber.aclib.image.ico;

/**
 * <p>
 * Parent class for RGB (16, 24, and 32 bits per pixel) bitmaps.
 * </p>
 * @author &copy; Christian Treber, ct@ctreber.com
 */
public abstract class AbstractBitmapRGB extends AbstractBitmap {
    protected int[] _samples;

    /**
     * Create a RGB bitmap.
     * @param pDescriptor
     */
    public AbstractBitmapRGB(final BitmapDescriptor pDescriptor) {
        super(pDescriptor);

        _samples = new int[getWidth() * getHeight()];
    }
}
最近下载更多
lzl111213  LV1 2023年6月21日
wyx065747  LV67 2022年5月7日
微信网友_5852742079762432  LV6 2022年4月11日
一个好人520  LV10 2021年9月29日
wangdongtai  LV31 2021年8月2日
yxcker  LV7 2021年7月9日
时光凉薄  LV2 2021年7月9日
Mayoubin2001  LV21 2021年6月10日
adim10912  LV2 2020年12月27日
Demo1111  LV30 2020年12月25日
最近浏览更多
花朝廿五  LV1 6月10日
于子洲  LV1 6月2日
JulyMagnolia  LV4 4月29日
cxz2132132  LV11 2023年12月9日
pangzhihui  LV14 2023年11月13日
543539666  LV7 2023年8月30日
NicLee 2023年7月7日
暂无贡献等级
lzl111213  LV1 2023年6月21日
cmq258159  LV2 2023年6月20日
数据库1  LV12 2023年5月17日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友