enum GdkPixbuf::Colorspace

Overview

This enumeration defines the color spaces that are supported by the gdk-pixbuf library.

Currently only RGB is supported.

Defined in:

lib/gi-crystal/src/auto/gdk_pixbuf-2.0/gdk_pixbuf.cr

Enum Members

Rgb = 0_u32

Indicates a red/green/blue additive color space.

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

[View source]