module Blurhash::Utils

Extended Modules

Defined in:

blurhash/utils.cr

Instance Method Summary

Instance Method Detail

def encode_ac(r : Float, g : Float, b : Float, maximum_value : Float) : Int32 #

[View source]
def encode_dc(r : Float, g : Float, b : Float) : Int32 #

[View source]
def multiply_basis(x_component : Int, y_component : Int, canvas : StumpyCore::Canvas) : RGB #

[View source]
def sign_pow(value : Number, exponent : Number) #

[View source]