struct RayLib::Image

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Pointer(Void), width : Int32, height : Int32, mipmaps : Int32, format : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(unwrap : Pointer(Binding::Image)) #

[View source]
def self.new(unwrap : Binding::Image) #

[View source]

Instance Method Detail

def data : Pointer(Void) #

[View source]
def data=(data : Pointer(Void)) #

[View source]
def format : Int32 #

[View source]
def format=(format : Int32) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def mipmaps : Int32 #

[View source]
def mipmaps=(mipmaps : Int32) #

[View source]
def to_unsafe #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]