Jump to content

Bitmap/Bézier curves/Cubic: Difference between revisions

m
imported>Chinhouse
No edit summary
 
Line 7:
{{trans|Python}}
 
<syntaxhighlight lang="11l">T Colour = BVec3
Byte r, g, b
 
F ==(other)
R .r == other.r & .g == other.g & .b == other.b
 
F (r, g, b)
.r = r
.g = g
.b = b
 
V black = Colour(0, 0, 0)
Line 120 ⟶ 111:
+-----------------+
</pre>
 
=={{header|Action!}}==
{{libheader|Action! Bitmap tools}}
1,481

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.