Merged the C code for upstreaming
[platform/upstream/libSkiaSharp.git] / include / c / sk_surface.h
index d634185..3d6034a 100644 (file)
 SK_C_PLUS_PLUS_BEGIN_GUARD
 
 /**
+    Return the default sk_colortype_t; this is operating-system dependent.
+*/
+SK_API sk_colortype_t sk_colortype_get_default_8888();
+
+/**
     Return a new surface, with the memory for the pixels automatically
     allocated.  If the requested surface cannot be created, or the
     request is not a supported configuration, NULL will be returned.