Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions skiko/src/commonMain/kotlin/org/jetbrains/skia/Bitmap.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1019,9 +1019,8 @@ class Bitmap internal constructor(ptr: NativePointer) : Managed(ptr, _FinalizerH
}

/**
* Create a pixmap and copy buffer contents into it
*
* @return Pixamp with copied pixels, or null
* If pixel address is available, return [Pixmap].
* If pixel address is not available, return null.
*
* @see [https://fiddle.skia.org/c/@Bitmap_peekPixels](https://fiddle.skia.org/c/@Bitmap_peekPixels)
*/
Expand Down