ImageData::GetPlaneRef

ImageData::GetPlaneRef
ImagePlane& GetPlaneRef(unsigned plane = 0);
const ImagePlane& GetPlaneRef(unsigned plane = 0) const;
Description

GetPlaneRef returns reference to the plane. This function can't be used to reference mipmap level > 0 if Flag_SeparateMipmaps is not used, since in that case mipmap planes are virtualized.

Parameters
Parameters 
Description 
unsigned plane = 0 
An index value indicating which plane should be referenced. 
Return Value

A reference to the ImagePlane.