Skip to content
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6c85913
improve Color struct
Demorome Nov 30, 2025
fb30177
fix misaligned comment
Demorome Nov 30, 2025
bd848b5
avoid using byte-order-sensitive value in ctor, add warning for FromP…
Demorome Nov 30, 2025
6c8ba9f
remove unecessary Size limitation for struct layout
Demorome Dec 1, 2025
ad4079b
remove #region, replaced with a simple comment
Demorome Dec 1, 2025
783d3c5
rework Color.FromPacked() to use a type-safe PackedColor interface
Demorome Dec 1, 2025
8c3a623
rename misleading private function in ReversedEndiannessColor struct
Demorome Dec 1, 2025
b3a601a
add PackedValue warning about not saving it directly to a file
Demorome Dec 1, 2025
9300b13
allow choosing prefix for ToHexString()
Demorome Dec 1, 2025
9f8e361
Remove FromCurrentEndianRGBA and FromColor constructors due to footgu…
Demorome Dec 1, 2025
2d36f39
remove PackedColor, port FromBigEndianRGB(A) to Color, using Noel Ber…
Demorome Dec 1, 2025
e388c1b
remove Foster credits+license, since the color unpacking trick is act…
Demorome Dec 20, 2025
12b6890
rename PackedValue to UnsafePackedValue, use <br/> instead of noisy <…
Demorome Dec 20, 2025
58180c8
remove PackedValue, add BigEndianPackedValue
Demorome Dec 20, 2025
0bb57fb
optimize ToHexString
Demorome Dec 20, 2025
5dae5f2
replace the last remaining <para> tags with <br/>
Demorome Dec 20, 2025
4195e38
add Color.FromHexString
Demorome Dec 20, 2025
97078d0
ToHexString: make "0x" prefix the default
Demorome Dec 20, 2025
ac97a07
fix comment alignement
Demorome Dec 20, 2025
2b34e3e
ToHexString: specify what the prefix options are in the summary, as a…
Demorome Dec 20, 2025
35f03f6
add cref for AliceBlue reference
Demorome Dec 20, 2025
636e679
fix RGBA -> RGB comment for FromBigEndianRGB
Demorome Dec 20, 2025
ff23c26
replace "byte-order" with "bit-order"
Demorome Dec 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading