Beispiel #1
0
 public void GetAlphaPixel(BaseBitmap channel, int x, int y, SWIGTYPE_p_UInt16 val)
 {
     C4dApiPINVOKE.BaseBitmap_GetAlphaPixel(swigCPtr, BaseBitmap.getCPtr(channel), x, y, SWIGTYPE_p_UInt16.getCPtr(val));
 }
Beispiel #2
0
        public bool ReadUInt16(SWIGTYPE_p_UInt16 v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadUInt16(swigCPtr, SWIGTYPE_p_UInt16.getCPtr(v));

            return(ret);
        }
Beispiel #3
0
 public void GetPixel(int x, int y, SWIGTYPE_p_UInt16 r, SWIGTYPE_p_UInt16 g, SWIGTYPE_p_UInt16 b)
 {
     C4dApiPINVOKE.BaseBitmap_GetPixel(swigCPtr, x, y, SWIGTYPE_p_UInt16.getCPtr(r), SWIGTYPE_p_UInt16.getCPtr(g), SWIGTYPE_p_UInt16.getCPtr(b));
 }