enum Cairo::Format

Defined in:

lib/gi-crystal/src/auto/cairo-1.0/cairo.cr

Enum Members

Invalid = -1
Argb32 = 0
Rgb24 = 1
A8 = 2
A1 = 3
Rgb16565 = 4
Rgb30 = 5

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def a1? #

[View source]
def a8? #

[View source]
def argb32? #

[View source]
def invalid? #

[View source]
def rgb16565? #

[View source]
def rgb24? #

[View source]
def rgb30? #

[View source]