The OpenD Programming Language

Image.hasPlainPixels

A plain pixel image is for example rgba8, and has scanline() access. Currently only one supported. Tags: #valid.

import gamut.image;
struct Image
nothrow @nogc @safe deprecated
alias hasPlainPixels = isPlainPixels

Meta