Darryl T. Agostinelli
Darryl T. Agostinelli
During a recent test, a green color was added to the palette. Then mouse over the green. Then look at the current color value. Now screenshot everything and bring it...
Right below the Current Color, PP displays the RGB value. Now we want to add the HEX and HSL values below the RGB.
This is a little hard to explain. With the push of a button (a new tool button) hide everything on the screen except the gamut. The gamut is usually a...
As an artist, I want to be able to set the handles, but once the handles are set then I want to be able to rotate the entire gamut around...
As an artist, I want to be able to set the handles, but once the handles are set then I want to be able to scale the entire gamut keeping...
As an artist, I want to be able to set the handles, but once the handles are set then I want to be able to drag around the entire gamut....
https://github.com/dagostinelli/hypatia/ Hypatia is a pure-C math library for 2D/3D graphics. It's a header-only math library.
I'm trying to get another library (https://github.com/redis/hiredis) to compile with an app that is shooting for C89/C90 compliance. I'm running into problems. It uses sds. The errors in sds that...
My request is support an option to toggle between 40 and 80 column graphics. I tend to refer to what cool-retro-term is using as 40 col (meaning you can have...
Looking in valueobjects.py, around here: https://github.com/mvantellingen/python-zeep/blob/c80519ef01216f8e5bcfe8de7995d841e03b0f2a/src/zeep/xsd/valueobjects.py#L91 I see: ``` class CompoundValue: """Represents a data object for a specific xsd:complexType.""" _xsd_type: "ComplexType" _xsd_elm: "Element" def __init__(self, *args, **kwargs): values = OrderedDict()...