enum Cairo::Filter

Defined in:

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

Enum Members

Fast = 0_u32
Good = 1_u32
Best = 2_u32
Nearest = 3_u32
Bilinear = 4_u32
Gaussian = 5_u32

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 best? #

[View source]
def bilinear? #

[View source]
def fast? #

[View source]
def gaussian? #

[View source]
def good? #

[View source]
def nearest? #

[View source]