Class SKBlurHash
Provides methods to encode and decode BlurHash strings, a compact representation of image placeholders.
public static class SKBlurHash
- Inheritance
-
SKBlurHash
- Inherited Members
Methods
- DeserializeBitmap(ReadOnlySpan<char>, int, int, float)
Decodes a BlurHash string into an SKBitmap of the specified dimensions.
- DeserializeBitmap(string, int, int, float)
Decodes a BlurHash string into an SKBitmap of the specified dimensions.
- DeserializeImage(ReadOnlySpan<char>, int, int, float)
Decodes a BlurHash string into an SKImage of the specified dimensions.
- DeserializeImage(string, int, int, float)
Decodes a BlurHash string into an SKImage of the specified dimensions.
- Serialize(SKBitmap, int, int)
Encodes an SKBitmap into a BlurHash string.
- Serialize(SKImage, int, int)
Encodes an SKImage into a BlurHash string.
- Serialize(SKPixmap, int, int)
Encodes an SKPixmap into a BlurHash string.