package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.ImageSource

Sourcetype t'
Sourcetype t = t' ctyp
Sourceval t : t Ctypes.typ
Sourceval width : t -> int

Image base width

Sourceval height : t -> int

Image base height

Sourceval mipmaps : t -> int

Mipmap levels, 1 by default

Sourceval format : t -> PixelFormat.t

Data format (PixelFormat type)