Packagejp.nyatla.nyartoolkit.as3.core.raster.rgb
Interfacepublic interface INyARRgbRaster extends INyARRaster
Implementors FLARRgbRaster_BitmapData, NyARRgbRaster_BasicClass

8bitRGBを表現できるラスタ



Public Methods
 MethodDefined By
 Inherited
getBuffer():Object
バッファオブジェクトを返します。
INyARRaster
 Inherited
バッファオブジェクトのタイプを返します。
INyARRaster
 Inherited
getHeight():int
INyARRaster
  
INyARRgbRaster
 Inherited
INyARRaster
 Inherited
getWidth():int
INyARRaster
 Inherited
hasBuffer():Boolean
getBufferがオブジェクトを返せるかの真偽値です。
INyARRaster
 Inherited
isEqualBufferType(i_type_value:int):Boolean
バッファのタイプがi_type_valueであるか、チェックします。 この値は、NyARBufferTypeに定義された定数値です。
INyARRaster
 Inherited
wrapBuffer(i_ref_buf:Object):void
i_ref_bufをラップします。できる限り整合性チェックを行います。 バッファの再ラッピングが可能な関数のみ、この関数を実装してください。
INyARRaster
Method Detail
getRgbPixelReader()method
public function getRgbPixelReader():INyARRgbPixelReader

Returns
INyARRgbPixelReader