package
0.0.0-20241018202901-580b552a30eb
Repository: https://github.com/mahdi-cpp/api-go-javascript-parser.git
Documentation: pkg.go.dev

# README

Annotation padding

Split "شکاف" قسمت کردن تقسیم کردن، تقسیم شدن نصف کردن children بچه

# Functions

CropImage crops an image to the specified rectangle.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parse parses an unknown color type to it's appropriate type, or returns a ErrBadColor.
ParseHEX validates an parses the provided string into a HEXColor object.
ParseRGB validates an parses the provided string into an RGBColor object supports both RGB 255 and RGB as percentages.
ParseRGBA validates an parses the provided string into an RGBAColor object supports both RGBA 255 and RGBA as percentages.
ProcessImage resizes and crops an image.
No description provided by the author
No description provided by the author
RGB validates and returns a new RGBColor object from the provided r, g, b values.
RGBA validates and returns a new RGBAColor object from the provided r, g, b, a values.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
ErrBadColor is the default bad color error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
HEXColor represents a HEX color.
RGBAColor represents an RGBA color.
RGBColor represents an RGB color.

# Interfaces

Color is the base color interface from which all others ascribe to.